The sqlLib.unloadTable() system function unloads data from a relational database into a file. The function is available only for Java™ generation.
To load information from a file and insert it into a relational database table, use the sqlLib.loadTable() function.
sqlLib.unloadTable( fileName STRING in, selectStatement STRING in [, delimiter STRING in ])
"SELECT column1, column2 FROM myTABLE WHERE column3 > 10"
The default symbol for delimiter is the value in the Java vgj.default.databaseDelimiter runtime property, and the default value for that property is a pipe (|).