#include <ODBCConnection.h>
Public Methods | |
ODBCConnection () | |
~ODBCConnection () | |
bool | connect (string datasource, string user, string password) |
SQLHDBC | query () |
void | free (SQLHDBC hdbc) |
void | error (int lineno) |
|
Constructor. |
|
Destructor. |
|
Connect to datasource.
|
|
ODBC error, cleanup ODBC state.
|
|
Free connection handle. |
|
Request a connection handle. |