The structured query language for Java™ (SQLJ) translator (sqlj)

The SQLJ translator, sqlj, generates a serialized profile containing information about the SQL operations found in the SQLJ program. The SQLJ translator uses the /QIBM/ProdData/Java400/ext/translator.zip file.

For more information about the profile, follow this link: Profile.

Related concepts
Structured Query Language for Java profiles
Precompile SQL statements in a profile using the DB2 SQLJ profile customizer, db2profc
Print the contents of DB2 SQLJ profiles (db2profp and profp)
SQLJ profile auditor installer (profdb)
Embed SQL statements in your Java application
Related tasks
Convert a serialized profile instance to Java class format using the SQLJ profile conversion tool (profconv)
Compile and run SQLJ programs