SQLResultSetColumnNames[rs] returns a list of {table, column} pairs for each column in a result set.
SQLResultSetGoto[rs, pos] sets the current position of a result set to pos.
SQLResultSetOpen[query] makes a result set from an SQL query.
SQLResultSetShift[rs, num] shifts the current position of a result set by num.
SQLResultSets[] returns a list of the open SQLResultSet objects.
SQLSchemaInformation[conn] returns information about the schemas available through an SQL connection.
SQLTable[...] represents a table in an SQL connection.
SQLDropTable drops tables from a database. An alternative, using raw SQL, is demonstrated in "Dropping Tables with Raw SQL". If you find that the examples in this tutorial do ...
This example shows how to use a private database to store Mathematica commands and query the data from Java and Mathematica. If you find that the examples in this section do ...
AddToClassPath[path_1, path_2, ...] adds the specified full paths to directories and jar or zip files to the J/Link class search path.