|
DCL 4.1
|
#include <SQL.h>
Protected Attributes | |
| SQL::Connection * | __handle |
| SQLDriver * | __driver |
| bool | __connected |
Additional Inherited Members | |
| Protected Member Functions inherited from Object | |
| virtual | ~Object () |
| Object () | |
| SQLConnection::SQLConnection | ( | SQLDriver * | _driver | ) |
Definition at line 43 of file SQLConnection.cpp.
| SQLConnection::SQLConnection | ( | const String & | _driverName | ) |
Definition at line 49 of file SQLConnection.cpp.
|
virtual |
Definition at line 58 of file SQLConnection.cpp.
| bool SQLConnection::canTransact | ( | ) | const |
Definition at line 188 of file SQLConnection.cpp.
| void SQLConnection::close | ( | ) |
Definition at line 97 of file SQLConnection.cpp.
| void SQLConnection::commitTrans | ( | ) |
Definition at line 137 of file SQLConnection.cpp.
|
inline |
|
inline |
| void SQLConnection::execute | ( | const String & | _sql | ) |
| String SQLConnection::getServerInfo | ( | ) |
|
inline |
| bool SQLConnection::inTransaction | ( | ) | const |
Definition at line 159 of file SQLConnection.cpp.
| void SQLConnection::open | ( | const String & | _connString | ) |
| void SQLConnection::rollbackTrans | ( | ) |
Definition at line 148 of file SQLConnection.cpp.
| void SQLConnection::startTrans | ( | ) |
Definition at line 126 of file SQLConnection.cpp.
|
protected |