Home | Previous Page | Next Page   The Embedded SQLJ Language > SQLJ Reserved Names >

Class Names and Filenames

Do not declare classes that conflict with the names of internal classes. Do not create files that conflict with generated internal resource files.

The SQLJ translator creates internal classes and resource files for use by generated code. The names of these files and classes have a prefix composed of the name of the original input file followed by the string _SJ. For example, if you translate a file called File1.sqlj that uses the package COM.foo, the names of some of the internal classes produced are:

Generated files for these internal classes, which are created in the same directory as the input file, File1.sqlj, are called:

Files with the .ser extension are internal resource files that contain information about SQL operations in an .sqlj file.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]