Get the context associated with a connection.
void * mco_db_connection_context( /*IN*/ mco_db_h db);
db | The handle to an existing database |
This function returns the database context data associated with this connection. This function call is normally used as the second argument in a call to
mco_db_connect_ctx()
.
void * | Connection context, or null if the context is not defined via a previous call to mco_db_connect_ctx() |
If example code demonstrating how to use this function is required, please contact McObject Support by clicking on the "Send Feedback" link below.
No example code provided.