Summary Of Classes


This section contains a synopsis of the C++ classes found in the Database toolkit. Trivial classes or helper classes are not listed. The default prefix os_ is used by most classes to avoid name conflicts with other vendors' class names.


Database<ToolKit> Client Classes

Only classes needed for client code which uses the object based API are listed here. For documentation of internal classes, including how to use the low level ODBC streaming API directly, please refer to the Database Reference Manual.

Database Connections

os_db_connection - Manages the connection to the remote ODBC data source via the Database<Toolkit> Server.

SQL Statements

os_db_statement - Encapsulates a single SQL statement which can be executed on an os_db_connection.

Database<ToolKit> Server Classes

Only the primary class for the server is listed here. For documentation of internal classes please refer to the Database Reference Manual.

os_db_server - Encapsulates the servicing of client requests, making use of the native operating system's ODBC environment.

Copyright©2005-2026 Recursion Software LLC
All Rights Reserved - For use by licensed users only.