Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

SQLDBC Namespace Reference

Classes

Functions


Function Documentation

SQLDBC_IRuntime* SQLDBC::GetClientRuntime char *  errorText,
const SQLDBC_Int4  errorTextSize
 

Returns a pointer to the client runtime instance.

Two consecutive calls will return the same pointer, as there is only one instance.

Parameters:
errorText If not 0, an occured during initialization of the environment.
errorTextSize The size in bytes of the errorText buffer.
Returns:
A pointer to the client runtime interface or 0 if an error occured.

SQLDBC_IRuntime* SQLDBC::GetSingleThreadClientRuntime char *  errorText,
const SQLDBC_Int4  errorTextSize
 

Returns a pointer to the single-threaded client runtime instance.

Two consecutive calls will return the same pointer, as there is only one instance.

Parameters:
errorText If not 0, an occured during initialization of the environment.
errorTextSize The size in bytes of the errorText buffer.
Returns:
A pointer to the client runtime interface or 0 if an error occured.