The sqlLib.loadTable() system function loads data from a file into a relational database. The function is available only for EGL-generated Java™ programs.
To unload information from a relational database table and insert it into a file, use the sqlLib.unloadTable() function.
sqlLib.loadTable( fileName STRING in, insertIntoClause STRING in [, delimiter STRING in ])
"INSERT INTO myTable(column1, column2)"
"INSERT INTO myTable"
The default symbol for delimiter is the value in the vgj.default.databaseDelimiter Java runtime property, and the default value for that property is a pipe (|).