Difference between revisions of "OpenDBX/C++ API/1.0"
From Linuxnetworks
(initial C++ class index) |
(fixed links) |
||
| Line 1: | Line 1: | ||
* [[OpenDBX/C++ API/1.0/Conn|class Conn]]: Encapsulates a connection to a database. | * [[OpenDBX/C++ API/1.0/Conn|class Conn]]: Encapsulates a connection to a database. | ||
| − | * [[OpenDBX/C++ API/1.0/ | + | * [[OpenDBX/C++ API/1.0/Stmt|class Stmt]]: Statement object. |
| − | * [[OpenDBX/C++ API/1.0/ | + | * [[OpenDBX/C++ API/1.0/Result|class Result]]: Provides result sets from the database. |
| − | * [[OpenDBX/C++ API/1.0/ | + | * [[OpenDBX/C++ API/1.0/Lob|class Lob]]: Handling large objects if supported by the database. |
| − | * [[OpenDBX/C++ API/1.0/ | + | * [[OpenDBX/C++ API/1.0/Exception|class Exception]]: Exceptions thrown by the OpenDBX classes. |
Latest revision as of 10:29, 4 March 2009
- class Conn: Encapsulates a connection to a database.
- class Stmt: Statement object.
- class Result: Provides result sets from the database.
- class Lob: Handling large objects if supported by the database.
- class Exception: Exceptions thrown by the OpenDBX classes.