type
methods
driverName |
Name of connection driver to database |
---|---|
driverVersion |
Version of of connection driver to database as "major.minor" |
driverVersionStr |
Version of of connection driver to database as free-form string |
maxColName |
Max number of chars in column name or null if no known limit |
maxTableName |
Max number of chars in table name or null if no known limit |
productName |
Name of database product |
productVersion |
Product version of database as "major.minor" |
productVersionStr |
Product version of database as free-form string |
tableExists |
Does the specified table exist in the database? |
tableRow |
Get a column meta-data for for the specified table as a prototype row instance. |
tables |
List the tables in the database. |