Static Public Methods | |
void | init (ub4 InitMode=OCI_DEFAULT) |
Connection* | connect (const string &tnsname, const string &user, const string &password) |
void | connect (const string &tnsname, const string &user, const string &password, Connection &con) |
Static Public Attributes | |
OCIEnv* | envhp = (OCIEnv *)0 |
ub4 | InitMode = 0 |
|
Connect to the database accessible throught the TNS-Alias tnsname. Connect as user with the password password. The reference con is initialized to represent this connection. |
|
Connect to the database accessible throught the TNS-Alias tnsname. Connect as user with the password password.
|
|
Initialize the OCIC++ library |