From professional translators, enterprises, web pages and freely available translation repositories.
dbplus_rzap() は、 relation からタプルを全て削除します。
dbplus_rzap() will remove all tuples from relation.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
dbplus_unlink() は、 relation を閉じ、削除します。
dbplus_unlink() will close and remove the relation.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
dbplus_freerlocks() は、指定した relation で保持されている全てのタプルロック を解放します。
dbplus_freerlocks() will free all tuple locks held on the given relation.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
dbplus_rrename() will change the name of relation to name.
dbplus_rrename() will change the name of relation to name.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
dbplus_flush() は、直近にディスクをフラッシュし てから relation に行った全ての変更を書き込み ます。
the function will return zero (aka.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
dbplus_unselect() をコールすると、 dbplus_find() により relation に設定された制約が削除されます。
calling dbplus_unselect() will remove a constraint previously set by dbplus_find() on relation.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
dbplus_curr() は、指定した relation に関してカレントのタプルに関するデー タを読み込み、連想配列 tuple として返します。
the function will return zero (aka.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
dbplus_xunlockrel() は、以前 dbplus_xlockrel() により取得された relation の排他的ロックを解放します。
dbplus_xunlockrel() will release an exclusive lock on relation previously obtained by dbplus_xlockrel().
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
dbplus_curr() は、指定した relation から次のタプルのデータを読み込み、 カレントのタプルとし、 tuple に連想配列とし て返します。
the function will return zero (aka.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
dbplus_rkeys() will replace the current primary key for relation with the combination of domains specified by domlist.
dbplus_rkeys() will replace the current primary key for relation with the combination of domains specified by domlist.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
dbplus_curr() は、指定した relation の最初のタプルのデータを読み込み、 カレントのタプルとします。そして、これを tuple に連想配列として代入します。
the function will return zero (aka.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
dbplus_update() は、 old で指定したタプル new からのデータで置換ちま す。置換が行われるのは、 old が relation の中のタプルに完全に一致する場合の みです。
dbplus_update() replaces the tuple given by old with the data from new if and only if old completely matches a tuple within relation.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
select クエリが実行された後、フィールドに関する情報を配列として返 します。配列の要素には、name、alias、relation、length、type が含 まれます。
the array is in the form of name, alias, relation, length, type.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
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.
an existing relation by the same name will only be overwritten if overwrite is true and no other process is currently using the relation.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
\<ahelp hid=\".\"\>データベース接続がリレーションをサポートするかどうかをチェックできる \<link href=\"text/shared/explorer/database/05020000.xhp\"\>relation design\</link\> ビューを開きます。\</ahelp\>
\<ahelp hid=\".\"\>opens the \<link href=\"text/shared/explorer/database/05020000.xhp\"\>relation design\</link\> view and checks whether the database connection supports relations.\</ahelp\>