INFORMIX
IBM Informix Embedded SQLJ User's Guide
Chapter 4: The Embedded SQLJ Language
Contents Index

SQLJ Reserved Names

This section lists names reserved by the SQLJ translator. Do not use these names in your Embedded SQLJ programming.

Parameter, Field, and Variable Names

The string __sJT is a reserved prefix for generated variable names. Do not use this prefix for the names of:

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.




IBM Informix Embedded SQLJ User's Guide, Version 1.0
Copyright © 1999, IBM Corporation. All rights reserved.