SQLColumns[conn] returns the SQLColumn objects for each column in an SQL connection.
SQLCommitTransaction[conn] commits an SQL transaction.
SQLConnectionInformation[conn] returns a list of information about the SQL connection.
SQLConnection[...] is an object that represents a connection to a data source.
SQLConnectionPool[...] is an object that represents a connection pool to a data source.
SQLConnections[] returns a list of the open SQLConnection objects.
SQLCreateTable[conn, table, columns] creates a new table in an SQL connection.
SQLDataTypeInformation[conn] returns information about the data types that can be stored in an SQL connection.
SQLDataTypeNames[conn] returns the names of data types that can be stored in an SQL connection.
SQLDateTime[datetime] represents date and time information that can be stored in a database.