From a216052f5b5906eb677cb0d7f12bb5165a4acaf9 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Mon, 17 Sep 2001 19:41:07 +0000 Subject: [PATCH] some additions and resource type fixes git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57693 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/dbplus.xml | 144 ++++++++++++++++++++++++++++--------------- 1 file changed, 94 insertions(+), 50 deletions(-) diff --git a/functions/dbplus.xml b/functions/dbplus.xml index c71f219494..eba9b7baba 100644 --- a/functions/dbplus.xml +++ b/functions/dbplus.xml @@ -1,5 +1,5 @@ - + DB++ Functions DB++ @@ -292,7 +292,7 @@ int dbplus_add - int relation + resource relation array tuple @@ -324,7 +324,7 @@ Description - int dbplus_aql + resource dbplus_aql string query string server @@ -335,6 +335,9 @@ &warn.experimental.func; + + Not implemented yet. + @@ -377,7 +380,7 @@ int dbplus_close - int relation + resource relation &warn.experimental.func; @@ -398,7 +401,7 @@ int dbplus_curr - int relation + resource relation array tuple @@ -483,7 +486,7 @@ int dbplus_find - int handle + resource relation array constraints mixed tuple @@ -525,7 +528,7 @@ int dbplus_first - int relation + resource relation array tuple @@ -561,7 +564,7 @@ int dbplus_flush - int relation + resource relation &warn.experimental.func; @@ -614,7 +617,7 @@ int dbplus_freelock - int handle + resource relation string tname @@ -642,7 +645,7 @@ int dbplus_freerlocks - int relation + resource relation &warn.experimental.func; @@ -668,7 +671,7 @@ int dbplus_getlock - int handle + resource relation string tname @@ -697,7 +700,7 @@ int dbplus_getunique - int handle + resource relation int uniqueid @@ -727,12 +730,15 @@ int dbplus_info - int relation + resource relation string key array &warn.experimental.func; + + Not implemented yet. + @@ -746,7 +752,7 @@ int dbplus_last - int relation + resource relation array tuple @@ -782,7 +788,7 @@ int dbplus_lockrel - int relation + resource relation &warn.experimental.func; @@ -804,7 +810,7 @@ int dbplus_next - int relation + resource relation array @@ -839,7 +845,7 @@ Description - int dbplus_open + resource dbplus_open string name @@ -852,7 +858,7 @@ server. - On success a relation file handle (cursor) is returned which must + On success a relation file resource (cursor) is returned which must be used in any subsequent commanads referencing the relation. Failure leads to a zero return value, the actual error code may be asked for by calling dbplus_errno. @@ -870,7 +876,7 @@ int dbplus_prev - int relation + resource relation array tuple @@ -906,7 +912,7 @@ int dbplus_rchperm - int relation + resource relation int mask string user string group @@ -931,7 +937,7 @@ Description - int dbplus_rcreate + resource dbplus_rcreate string name mixed domlist boolean overwrite @@ -968,15 +974,20 @@ Description - int dbplus_rcrtexact + resource dbplus_rcrtexact string name - int handle - int flag + resource relation + boolean overwrite &warn.experimental.func; - Not implemented yet. + dbplus_rcrtexact will create an exact but + empty copy of the given relation under a + new name. An existing relation by the same + name will only be overwritten if + overwrite is TRUE and no other process is + currently using the relation. @@ -990,15 +1001,20 @@ Description - int dbplus_rcrtlike + resource dbplus_rcrtlike string name - int handle + resource relation int flag &warn.experimental.func; - Not implemented yet. + dbplus_rcrtexact will create an empty copy + of the given relation under a new + name, but with default indices. An + existing relation by the same name will + only be overwritten if overwrite is TRUE + and no other process is currently using the relation. @@ -1039,8 +1055,8 @@ Description - int dbplus_rkeys - int relation + resource dbplus_rkeys + resource relation mixed domlist @@ -1066,28 +1082,39 @@ int dbplus_restorepos - int relation + resource relation array tuple &warn.experimental.func; + + Not implemented yet. + dbplus_ropen - Open relation file ... ??? + Open relation file local Description - int dbplus_ropen + resource dbplus_ropen string name &warn.experimental.func; + + dbplus_ropen will open the relation + file localy for quick access without any + client/server overhead. Access is read only and only + dbplus_current and + dbplus_next may be applied to the returned + relation. + @@ -1105,6 +1132,9 @@ &warn.experimental.func; + + Not implemented yet. + @@ -1118,7 +1148,7 @@ int dbplus_rrename - int relation + resource relation string name @@ -1141,8 +1171,8 @@ Description - int dbplus_rsecindex - int relation + resource dbplus_rsecindex + resource relation mixed domlist int type @@ -1171,7 +1201,7 @@ int dbplus_runlink - int relation + resource relation &warn.experimental.func; @@ -1192,7 +1222,7 @@ int dbplus_rzap - int relation + resource relation &warn.experimental.func; @@ -1213,10 +1243,13 @@ int dbplus_savepos - int relation + resource relation &warn.experimental.func; + + Not implemented yet. + @@ -1230,11 +1263,14 @@ int dbplus_setindex - int relation + resource relation string idx_name &warn.experimental.func; + + Not implemented yet. + @@ -1250,11 +1286,14 @@ int dbplus_setindexbynumber - int relation + resource relation int idx_number &warn.experimental.func; + + Not implemented yet. + @@ -1267,13 +1306,16 @@ Description - int dbplus_sql + resource dbplus_sql string query string server string dbpath &warn.experimental.func; + + Not implemented yet. + @@ -1322,7 +1364,7 @@ int dbplus_tremove - int relation + resource relation array tuple array current @@ -1351,11 +1393,12 @@ int dbplus_undo - int relation + resource relation &warn.experimental.func; + Not implemented yet. @@ -1370,11 +1413,12 @@ int dbplus_undoprepare - int relation + resource relation &warn.experimental.func; + Not implemented yet. @@ -1389,7 +1433,7 @@ int dbplus_unlockrel - int relation + resource relation &warn.experimental.func; @@ -1410,7 +1454,7 @@ int dbplus_unselect - int relation + resource relation &warn.experimental.func; @@ -1432,7 +1476,7 @@ int dbplus_update - int relation + resource relation array old array new @@ -1458,7 +1502,7 @@ int dbplus_xlockrel - int relation + resource relation &warn.experimental.func; @@ -1483,7 +1527,7 @@ int dbplus_xunlockrel - int relation + resource relation &warn.experimental.func;