Applying Transformation Rules Manipulating Sets of Transformation Rules Making Definitions
CloseSQLConnection[conn] disconnects the current connection associated with a data source.
DataSourceNames[] returns a list of the names of data sources made available through DatabaseResourcesPath.
JDBCDriverNames[] returns a list of the names of databases for which JDBC drivers are available through DatabaseResourcesPath.
SQLConnections[] returns a list of the open SQLConnection objects.
SQLDataTypeNames[conn] returns the names of data types that can be stored in an SQL connection.
SQLDropTable[conn, table] drops a table in an SQL connection.
SQLResultSetColumnNames[rs] returns a list of {table, column} pairs for each column in a result set.
SQLResultSetOpen[query] makes a result set from an SQL query.
SQLResultSetShift[rs, num] shifts the current position of a result set by num.