optionlist
A set of options separated by spaces. Some options have prefixes to indicate they are to be passed to other utilities than the SQLJ translator, such as the Java compiler.
filelist
A list of filenames separated by spaces: for example,file1.sqlj file2.sqlj
file1.sqlj file2.sqlj
You must include the absolute or relative path to the files in filelist.
The files can have the extension .sqlj or .java. You can specify .sqlj files together with .java files on the same command line.
If you have .sqlj and .java files that require access to code in each other's file, enter all of these files on the command line for the same execution of the java ifxsqlj command.
You can use an asterisk ( * ) as a wildcard to specify filenames: for example, c*.sqlj processes all files beginning with c that have the extension .sqlj.