OCILIB (C Driver for Oracle) 3.9.1
OCI_Connection Struct Reference

Oracle physical connection. More...

#include <ocilib.h>


Detailed Description

Oracle physical connection.

It holds all information about a connection such as error handling, associated statements, ... Error handling and transactions are embedded within a connection object.

Warning:
Multithreaded applications that use multiple connections should use one connection per thread as all statements associated with a connection share the same context.

Definition at line 255 of file ocilib_types.h.