| 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.
| errorText | If not 0, an occured during initialization of the environment. | |
| errorTextSize | The size in bytes of the errorText buffer. |
| 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.
| errorText | If not 0, an occured during initialization of the environment. | |
| errorTextSize | The size in bytes of the errorText buffer. |