From cede6447a73c93f0787dd715c8b9970cd63519e3 Mon Sep 17 00:00:00 2001 From: Jeroen van Wolffelaar Date: Tue, 21 Aug 2001 23:19:47 +0000 Subject: [PATCH] According to autoreply Hartmut is N/A for a while, so: WS fix (converted tabs to two spaces) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@55691 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/dbplus.xml | 450 +++++++++++++++++++++---------------------- 1 file changed, 225 insertions(+), 225 deletions(-) diff --git a/functions/dbplus.xml b/functions/dbplus.xml index 6e37b0fd4b..8e5b5abaa0 100644 --- a/functions/dbplus.xml +++ b/functions/dbplus.xml @@ -1,60 +1,60 @@ - + DB++ functions - + &warn.experimental; - -
- Experimental support for db++ database - - This paper describes the the db++ extension which enables - PHP to access db++ relation files through all of the - search and update methods available in the client/server "C" - library interface of db++ and to read and process the output of a - db++ query. - -
- -
- Requirenments - - ??? Download where - -
- -
- Installation - - Creation and installation of this extension requires the db++ - client libraries and header files to be installed on your system - as described above. You have to run configure - with option to build this extension. - - - configure looks for the client libraries and - header files under the default - path/usr/dbplus/. - If you have installed db++ in a different place you have add the - installation path to the configure option like - this: . - -
-
- db++ error codes - - - db++ error codes - - - - PHP Constant - db++ constant - meaning - - + +
+ Experimental support for db++ database + + This paper describes the the db++ extension which enables + PHP to access db++ relation files through all of the + search and update methods available in the client/server "C" + library interface of db++ and to read and process the output of a + db++ query. + +
+ +
+ Requirenments + + ??? Download where + +
+ +
+ Installation + + Creation and installation of this extension requires the db++ + client libraries and header files to be installed on your system + as described above. You have to run configure + with option to build this extension. + + + configure looks for the client libraries and + header files under the default + path/usr/dbplus/. + If you have installed db++ in a different place you have add the + installation path to the configure option like + this: . + +
+
+ db++ error codes + +
+ db++ error codes + + + + PHP Constant + db++ constant + meaning + + DBPLUS_ERR_NOERR @@ -251,13 +251,13 @@ ERR_UNKNOWN - - -
-
-
+ + + + +
- + dbplus_add @@ -268,29 +268,29 @@ int dbplus_add - int relation - array tuple + int relation + array tuple &warn.experimental.func; - This function will add a tuple to a relation. The - tuple data is an array of attribute/value - pairs to be inserted into the given - relation. After successfull execution the - tuple array will contain the complete data - of the newly created tuple, including all implicitly set domain - fields like sequences. + This function will add a tuple to a relation. The + tuple data is an array of attribute/value + pairs to be inserted into the given + relation. After successfull execution the + tuple array will contain the complete data + of the newly created tuple, including all implicitly set domain + fields like sequences. + + + The function will return zero (aka. DBPLUS_ERR_NOERR) on success + or a db++ error code on failure. See + dbplus_errcode or the introduction to this + chapter for more information on db++ error codes. - - The function will return zero (aka. DBPLUS_ERR_NOERR) on success - or a db++ error code on failure. See - dbplus_errcode or the introduction to this - chapter for more information on db++ error codes. - - + dbplus_aql @@ -333,14 +333,14 @@ &warn.experimental.func; - dbplus_chdir will change the virtual current - directory where relation files will be looked for by - dbplus_open. - dbplus_chdir will return the absolute path - of the current directory. Calling - dbplus_chdir without giving any - newdir may be used to query the current - working directory. + dbplus_chdir will change the virtual current + directory where relation files will be looked for by + dbplus_open. + dbplus_chdir will return the absolute path + of the current directory. Calling + dbplus_chdir without giving any + newdir may be used to query the current + working directory. @@ -360,8 +360,8 @@ &warn.experimental.func; - Calling dbplus_close will close a relation - previously opened by dbplus_open. + Calling dbplus_close will close a relation + previously opened by dbplus_open. @@ -382,23 +382,23 @@ &warn.experimental.func; - dbplus_curr will read the data for the - current tuple for the given relation and - will pass it back as an associative array in - tuple. + dbplus_curr will read the data for the + current tuple for the given relation and + will pass it back as an associative array in + tuple. + + + The function will return zero (aka. DBPLUS_ERR_NOERR) on success + or a db++ error code on failure. See + dbplus_errcode or the introduction to this + chapter for more information on db++ error codes. + + + See also dbplus_first, + dbplus_prev, + dbplus_next, + and dbplus_last. - - The function will return zero (aka. DBPLUS_ERR_NOERR) on success - or a db++ error code on failure. See - dbplus_errcode or the introduction to this - chapter for more information on db++ error codes. - - - See also dbplus_first, - dbplus_prev, - dbplus_next, - and dbplus_last. - @@ -455,23 +455,23 @@ &warn.experimental.func; - dbplus_curr will read the data for the - first tuple for the given relation, make - it the current tuple and pass it back as an associative array in - tuple. + dbplus_curr will read the data for the + first tuple for the given relation, make + it the current tuple and pass it back as an associative array in + tuple. - - The function will return zero (aka. DBPLUS_ERR_NOERR) on success - or a db++ error code on failure. See - dbplus_errcode or the introduction to this - chapter for more information on db++ error codes. + + The function will return zero (aka. DBPLUS_ERR_NOERR) on success + or a db++ error code on failure. See + dbplus_errcode or the introduction to this + chapter for more information on db++ error codes. + + + See also dbplus_current, + dbplus_prev, + dbplus_next, + and dbplus_last. - - See also dbplus_current, - dbplus_prev, - dbplus_next, - and dbplus_last. - @@ -490,15 +490,15 @@ &warn.experimental.func; - dbplus_flush will write all changes applied - to relation since the last flush to disk. + dbplus_flush will write all changes applied + to relation since the last flush to disk. + + + The function will return zero (aka. DBPLUS_ERR_NOERR) on success + or a db++ error code on failure. See + dbplus_errcode or the introduction to this + chapter for more information on db++ error codes. - - The function will return zero (aka. DBPLUS_ERR_NOERR) on success - or a db++ error code on failure. See - dbplus_errcode or the introduction to this - chapter for more information on db++ error codes. - @@ -512,13 +512,13 @@ int dbplus_freealllocks - + &warn.experimental.func; - dbplus_freeaalllocks will free all locks held - by this client. + dbplus_freeaalllocks will free all locks held + by this client. @@ -538,8 +538,8 @@ &warn.experimental.func; - dbplus_freerlocks will free all locks held - on the given relation. + dbplus_freerlocks will free all locks held + on the given relation. @@ -581,23 +581,23 @@ &warn.experimental.func; - dbplus_curr will read the data for the - last tuple for the given relation, make - it the current tuple and pass it back as an associative array in - tuple. + dbplus_curr will read the data for the + last tuple for the given relation, make + it the current tuple and pass it back as an associative array in + tuple. - - The function will return zero (aka. DBPLUS_ERR_NOERR) on success - or a db++ error code on failure. See - dbplus_errcode or the introduction to this - chapter for more information on db++ error codes. + + The function will return zero (aka. DBPLUS_ERR_NOERR) on success + or a db++ error code on failure. See + dbplus_errcode or the introduction to this + chapter for more information on db++ error codes. + + + See also dbplus_first, + dbplus_current, + dbplus_prev, + and dbplus_next. - - See also dbplus_first, - dbplus_current, - dbplus_prev, - and dbplus_next. - @@ -636,28 +636,28 @@ &warn.experimental.func; - dbplus_curr will read the data for the - next tuple for the given relation, will - make it the current tuple and - will pass it back as an associative array in - tuple. + dbplus_curr will read the data for the + next tuple for the given relation, will + make it the current tuple and + will pass it back as an associative array in + tuple. + + + The function will return zero (aka. DBPLUS_ERR_NOERR) on success + or a db++ error code on failure. See + dbplus_errcode or the introduction to this + chapter for more information on db++ error codes. + + + See also dbplus_first, + dbplus_current, + dbplus_prev, + and dbplus_last. - - The function will return zero (aka. DBPLUS_ERR_NOERR) on success - or a db++ error code on failure. See - dbplus_errcode or the introduction to this - chapter for more information on db++ error codes. - - - See also dbplus_first, - dbplus_current, - dbplus_prev, - and dbplus_last. - - + dbplus_open Open relation file @@ -667,20 +667,20 @@ int dbplus_open - string name - - + string name + + &warn.experimental.func; - The relation file name will be opened. - name can be either a file name or a - relative or absolute path name. This will be mapped in any case - to an absolute relation file path on a specific host machine and - server. - - - On success a relation file handle (cursor) is returned which must be used in any subsequent - commanads referencing the relation. + The relation file name will be opened. + name can be either a file name or a + relative or absolute path name. This will be mapped in any case + to an absolute relation file path on a specific host machine and + server. + + + On success a relation file handle (cursor) is returned which must be used in any subsequent + commanads referencing the relation. @@ -701,24 +701,24 @@ &warn.experimental.func; - dbplus_curr will read the data for the - next tuple for the given relation, will - make it the current tuple and - will pass it back as an associative array in - tuple. + dbplus_curr will read the data for the + next tuple for the given relation, will + make it the current tuple and + will pass it back as an associative array in + tuple. + + + The function will return zero (aka. DBPLUS_ERR_NOERR) on success + or a db++ error code on failure. See + dbplus_errcode or the introduction to this + chapter for more information on db++ error codes. + + + See also dbplus_first, + dbplus_current, + dbplus_next, + and dbplus_last. - - The function will return zero (aka. DBPLUS_ERR_NOERR) on success - or a db++ error code on failure. See - dbplus_errcode or the introduction to this - chapter for more information on db++ error codes. - - - See also dbplus_first, - dbplus_current, - dbplus_next, - and dbplus_last. - @@ -1058,7 +1058,7 @@ &warn.experimental.func; - Not implemented yet. + Not implemented yet. @@ -1080,7 +1080,7 @@ &warn.experimental.func; - Not implemented yet. + Not implemented yet. @@ -1101,9 +1101,9 @@ &warn.experimental.func; - dbplus_freelock will release a write lock on - the given tuple previously obtained by - dbplus_getlock. + dbplus_freelock will release a write lock on + the given tuple previously obtained by + dbplus_getlock. @@ -1124,17 +1124,17 @@ &warn.experimental.func; - dbplus_getlock will request a write lock on - the speified tuple. It will return zero - on success or a non-zero error code, especially - DBPLUS_ERR_WLOCKED, on failure. + dbplus_getlock will request a write lock on + the speified tuple. It will return zero + on success or a non-zero error code, especially + DBPLUS_ERR_WLOCKED, on failure. + + + See also + dbplus_freelock, + dbplus_freerlocks, + and dbplus_freealllocks. - - See also - dbplus_freelock, - dbplus_freerlocks, - and dbplus_freealllocks. - @@ -1154,17 +1154,17 @@ &warn.experimental.func; - dbplus_getunique will obtain a number - guaranteed to be unique for the given - relation and will pass it back in the - variable given as uniqueid. + dbplus_getunique will obtain a number + guaranteed to be unique for the given + relation and will pass it back in the + variable given as uniqueid. + + + The function will return zero (aka. DBPLUS_ERR_NOERR) on success + or a db++ error code on failure. See + dbplus_errcode or the introduction to this + chapter for more information on db++ error codes. - - The function will return zero (aka. DBPLUS_ERR_NOERR) on success - or a db++ error code on failure. See - dbplus_errcode or the introduction to this - chapter for more information on db++ error codes. - @@ -1186,7 +1186,7 @@ &warn.experimental.func; - Not implemented yet. + Not implemented yet. @@ -1208,7 +1208,7 @@ &warn.experimental.func; - Not implemented yet. + Not implemented yet. @@ -1230,7 +1230,7 @@ &warn.experimental.func; - Not implemented yet. + Not implemented yet. @@ -1252,7 +1252,7 @@ &warn.experimental.func; - Not implemented yet. + Not implemented yet. @@ -1273,7 +1273,7 @@ &warn.experimental.func; - Not implemented yet. + Not implemented yet. @@ -1294,7 +1294,7 @@ &warn.experimental.func; - Not implemented yet. + Not implemented yet. @@ -1309,7 +1309,7 @@ int dbplus_rquery - + &warn.experimental.func; @@ -1335,7 +1335,7 @@ &warn.experimental.func; - Not implemented yet. + Not implemented yet. @@ -1357,7 +1357,7 @@ &warn.experimental.func; - Not implemented yet. + Not implemented yet. @@ -1378,7 +1378,7 @@ &warn.experimental.func; - Not implemented yet. + Not implemented yet. @@ -1400,5 +1400,5 @@ sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: -vim: ts=1 sw=1 et syntax=sgml +vi: et:ts=1:sw=1:textwidth=78:syntax=sgml -->