Structured Query Language for Java profiles

Profiles are generated by the SQLJ Translator, sqlj, when you translate the SQLJ source file. Profiles are serialized binary files. That is why these files have a .ser extension. These files contain the SQL statements from the associated SQLJ source file.

To generate profiles from your SQLJ source code, run the The structured query language for Java (SQLJ) translator (sqlj) on your .sqlj file.

For more information, see Compiling and running SQLJ programs.