oci_tl Library Home - description |
|
Home -> oci_tl Home |
|
|
Namespace ina_lib;
oci_env | OCI environment wrapper |
oci_db | OCI connection wrapper |
oci_cursor | OCI OCIStmt wrapper |
oci_stream | Inhereted from oci_cursor - provide >> and << operation for variable binding. Manipulator for execution and parsing. |
oci_var_string<int _sz=128> | Represent string variable for binding |
oci_var_int | Represent int variable for binding |
oci_tl_exception | Exception class |
oci_env | |||
oci_env() | Constructor- OCIEnv variable wrapper | ||
~oci_env() | Destructor - cleanup OCIEnv variable | ||
operator OCIEnv*() | Operator - return OCIEnv* variable member | ||
oci_db | |||
oci_db() | |||
oci_db(oci_env &env) | |||
oci_db(const char* username,const char* password, const char* service,oci_env* env=0) | |||
~oci_db() | |||
void init_by_env(oci_env &env) | |||
operator OCIEnv*() | |||
operator OCIError* () | |||
operator OCISvcCtx* () | |||
void login(const char* username,const char* password, const char* service) | |||
void logout() | |||
void checkerror(int rc) | |||
oci_cursor | |||
oci_stream | |||
oci_var_string<int _sz=128> | |||
oci_var_int |
|
|
Home -> oci_tl Home | |
Updated 01/20/2001 Vasiliy Astapov |