diff --git a/functions/dbplus.xml b/functions/dbplus.xml index 336e3bd763..9ed90b84d5 100644 --- a/functions/dbplus.xml +++ b/functions/dbplus.xml @@ -1,5 +1,5 @@ - + DB++ Functions DB++ @@ -28,21 +28,25 @@
Requirements - You need the development libraries and header files included in - every db++ installation archive. Concept asa provides - additional documentation and Demo versions of db++ for - Linux, some other UNIX versions and Windows95/NT. + This extension relies on external client libraries so you have + to have a db++ client installed on the system you want to use + this extension on. + + + Concept asa provides + db++ Demo versions + and documentation + for Linux, some other UNIX versions. There is also a Windows + version of db++, but this extension doesn't support it (yet).
Installation - Creation and installation of this extension requires the db++ - client libraries and header files to be installed on your system. + In order to build this extension yourself you need the db++ + client libraries and header files to be installed on your system + (these are included in the db++ installation archives by default). You have to run configure with option to build this extension. @@ -57,6 +61,30 @@ .
+ +
+ Runtime Configuration + + This extension does not define any configuration directives. + +
+ +
+ Resource Types +
+ dbplus_relation + + Most db++ functions operate on or return + dbplus_relation resources. A + dbplus_relation is a handle to a stored + relation or a relation generated as the result of a query. + +
+
+ +
+ Predefined Constants +
db++ error codes @@ -280,6 +308,8 @@
+
+