OCI_Connection Struct Reference
[Library objects and datatypes]

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 253 of file ocilib_types.h.