The SQLDBC_Environment object is the basis for initializing the SQLDBC runtime library and making general settings in the SQLDBC interface.
Definition at line 3913 of file SQLDBC.h.
|
Creates a new SQLDBC_Environment, using the provided interface to the runtime environment.
|
|
The destructor.
|
|
Creates a new SQLDBC_Connection object.
|
|
Creates a new SQLDBC_Connection object.
|
|
Requests the allocator associated to this connection item.
|
|
Returns the version of used SQLDBC runtime. This is the version of the used SQLDBC library. The version of the loaded runtime may differ from the version inidacted in the used header. It is our aim that newer versions of the runtime will run with old applications without the need to be re-compiling.
|
|
Get the profile. return the profile. |
|
Returns the version of the used SQLDBC API. It corresponds to the version indicated in the used SQLDBC header.
|
|
Retrieves the current tracing options.
|
|
Closes a SQLDBC_Connection.
|
|
Sets tracing options. Take care that the trace options may be set process-wide, not only for the this environment instance. Also, some options may be ignored if they are not applicable to the current runtime environment (e.g. setting the name of trace output file).
|