JDBCDrivers[] returns a list of information about JDBC drivers available through DatabaseResourcesPath.JDBCDrivers[name] returns a list of information about the JDBC driver ...
JDBC
(DatabaseLink Symbol) JDBC[arg, ...] is an object that holds parameters for making a JDBC connection to a database.
OpenSQLConnection[src] makes a connection to a data source.OpenSQLConnection[] opens a GUI that helps to make a connection to a data source.
SQLArgument[arg1, arg2, ...] holds a sequence of arguments to an SQL query.
SQLBeginTransaction[conn] initiates an SQL transaction.
SQLBinary[data] represents raw binary data that can be stored in a database.
SQLCatalogNames[conn] returns the names of the catalogs in an SQL connection.
SQLColumnInformation[conn] returns a list of information about the columns in an SQL connection.
SQLColumnNames[conn] returns a list of {table, name} pairs for each column in an SQL connection.
SQLColumn[...] represents a column in an SQL table.