#include <ocilib.h>
It holds all information about a connection such as error handling, associated statements, ... Error handling and transactions are embedded within a connection object.
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 256 of file ocilib_types.h.