![]() |
MAK Data Logger API Documentation for HLA
|
Inheritance diagram for DtSqlConnection:
Collaboration diagram for DtSqlConnection:Public Member Functions | |
| DtSqlConnection (DtSqlEnvironment &environment) | |
| virtual | ~DtSqlConnection () |
| virtual void | setConnectionParameters (DtDatabaseParameters *params, bool useMaster) |
| Set the connection parameters. More... | |
| virtual bool | connect () |
| virtual bool | connectSansDSN () |
| virtual bool | disconnect () |
| SQLHDBC | handle () |
| bool | isConnected () const |
Public Member Functions inherited from DtDatabaseConnection | |
| DtDatabaseConnection () | |
| Create a database object. The connection will be in the. More... | |
| virtual | ~DtDatabaseConnection () |
| Delete the connection object. More... | |
Protected Attributes | |
| SQLHDBC | myHandle |
| bool | myConnected |
| DtSqlIfErrorHandler | myErrorHandler |
| DtDatabaseParameters * | myParameters |
| bool | myUseMaster |
|
explicit |
|
virtual |
|
virtual |
Implements DtDatabaseConnection.
|
virtual |
Implements DtDatabaseConnection.
|
virtual |
Implements DtDatabaseConnection.
| SQLHDBC DtSqlConnection::handle | ( | ) |
| bool DtSqlConnection::isConnected | ( | ) | const |
|
virtual |
Set the connection parameters.
Implements DtDatabaseConnection.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |