Difference between revisions of "OpenDBX/C++ API"
From Linuxnetworks
< OpenDBX
(initial) |
(intro) |
||
Line 1: | Line 1: | ||
+ | The OpenDBX C++ API is an ease to use, object-oriented database abstraction layer based on the procedural [[OpenDBX/C API|C API]] of the OpenDBX library. The C++ API provides objects encapsulating connections, statements, result sets and large objects. | ||
+ | |||
# [[OpenDBX/C++ API/Usage|Usage]] | # [[OpenDBX/C++ API/Usage|Usage]] | ||
# [[OpenDBX/C++ API/1.0|API 1.0 Reference]] | # [[OpenDBX/C++ API/1.0|API 1.0 Reference]] |
Latest revision as of 23:40, 9 March 2009
The OpenDBX C++ API is an ease to use, object-oriented database abstraction layer based on the procedural C API of the OpenDBX library. The C++ API provides objects encapsulating connections, statements, result sets and large objects.