const char *
|
DriverName()
|
return a_dbc_drivername |
const char *
|
DriverCopyright()
|
return a_dbc_drivercopyright |
const char *
|
DriverDistribution()
|
return a_dbc_driverdistribution |
boolean
|
connect(Properties *cfg)
|
Connect to the database, using Properties object. Returns true if
successful, or false on error. |
void
|
disconnect()
|
Disconnect from the database. Use it only, if connection is established. |
ADBC *
|
getADBC()
|
Return ADBC object that you will use for executing SQL statements. Use
it only, if connection is established. |