#include <odbcxx.h>
Definition at line 43 of file odbcxx.h.
ODBCConnection::ODBCConnection |
( |
const char * |
dbname, |
|
|
const char * |
username, |
|
|
const char * |
authentication |
|
) |
| |
ODBCConnection::~ODBCConnection |
( |
| ) |
|
bool ODBCConnection::connected |
( |
void |
| ) |
const |
void ODBCConnection::extract_error |
( |
const char * |
| ) |
|
std::string ODBCConnection::dbname |
|
private |
bool ODBCConnection::is_connected |
|
private |
SQLHDBC ODBCConnection::sql_hdbc |
|
private |
SQLHENV ODBCConnection::sql_henv |
|
private |
std::string ODBCConnection::username |
|
private |
The documentation for this class was generated from the following file: