Class Summary | |
CConnection |
A CConnection represents a session with a specific database. |
CStatement |
A CStatement object is used for executing a static SQL statement and obtaining the results produced by it, or a SQL statement is pre-compiled and stored in a CStatement object. |
CResultSet |
A CResultSet provides access to a table of data generated by executing a CStatement. |