検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 146 for CURSOR (0.007 sec.)
oci_new_cursor のエイリアス 6702
« ocinewcollection ocinewdescriptor » PHP Manual OCI8 廃止されたエイリアスと関数 oci_new_cursor ... のエイリアス ocinewcursor (PHP 4, PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.0.0) o ... cinewcursor — oci_new_cursor() のエイリアス 説明 oci_new_curso ... いことを強く推奨します。 関連キーワード: oci , new , cursor , OCI , ocinewcursor , 推奨 , ocinewcollection , o ...
https://man.plustar.jp/php/function.ocinewcursor.html - [similar]
Get OID of the current cursor location 6643
« cubrid_connect cubrid_disconnect » PHP Manual CUBRID 関数 Get OID of the current cursor locati ... 8.3.0) cubrid_current_oid — Get OID of the current cursor location 説明 cubrid_current_oid ( resource $req_i ... d() function is used to get the oid of the current cursor location from the query result. To use cubrid_curr ... entifier Request identifier. 戻り値 Oid of current cursor location, when process is successful,失敗した場合に ... - Execute a prepared SQL statement 関連キーワード: cursor , location , cubrid , Get , OID , oid , of , the , ...
https://man.plustar.jp/php/function.cubrid-current-oid.html - [similar]
カーソル名を得る 6301
« odbc_connect odbc_data_source » PHP Manual ODBC 関数 カーソル名を得る odbc_cursor (PHP 4, PHP ... 5, PHP 7, PHP 8) odbc_cursor — カーソル名を得る 説明 odbc_cursor ( resource $st ... れた接続 ID に関するカーソル名を返します。 Gets the cursorname for the given result_id. パラメータ statement ... た場合に false を返します 関連キーワード: カーソル , cursor , data , 関数 , resource , string , 接続 , cursorn ...
https://man.plustar.jp/php/function.odbc-cursor.html - [similar]
Create a new CursorId (not used) 6301
« MongoDB\Driver\CursorId MongoDB\Driver\CursorId::serialize » PHP Manual MongoDB\Driver\CursorI ... d Create a new CursorId (not used) MongoDB\Driver\CursorId::__construct ... (mongodb >=1.0.0) MongoDB\Driver\CursorId::__construct — Create a new CursorId (not used) ... 説明 final private MongoDB\Driver\CursorId::__construct () MongoDB\Driver\CursorId objects ... are returned from MongoDB\Driver\Cursor::getId() and cannot be constructed directly. パラメ ...
https://man.plustar.jp/php/mongodb-driver-cursorid.construct.html - [similar]
プリペアドステートメントの振る舞いを変更する 6278
« mysqli_stmt::attr_get mysqli_stmt::bind_param » PHP Manual mysqli_stmt プリペアドステートメント ... ->max_length の値を上書きします。 MYSQLI_STMT_ATTR_CURSOR_TYPE mysqli_stmt_execute() が起動された際にステート ... トをオープンするためのカーソル型。 value は、 MYSQLI_CURSOR_TYPE_NO_CURSOR (デフォルト) あるいは MYSQLI_CURSOR ... 最大値までで、デフォルトは 1 です。 MYSQLI_STMT_ATTR_CURSOR_TYPE オプションで MYSQLI_CURSOR_TYPE_READ_ONLY を使 ... ント , 変更 , カーソル , attr , MYSQLI , オープン , CURSOR , 振る舞い ...
https://man.plustar.jp/php/mysqli-stmt.attr-set.html - [similar]
Execute a database query 6254
« MongoDB\Driver\Manager::executeCommand MongoDB\Driver\Manager::executeReadCommand » PHP Manual ... query , array $options = array() ): MongoDB\Driver\Cursor Selects a server according to the "readPreference" ... he operation. 戻り値 成功した場合に MongoDB\Driver\Cursor を返します。 エラー / 例外 引数のパースに失敗した場 ... MongoDB \ Driver \ Query ( $filter , $options ); $cursor = $manager -> executeQuery ( 'db.collection' , $qu ... ery ); foreach ( $cursor as $document ) { var_dump ( $document ); } ?> 上の ...
https://man.plustar.jp/php/mongodb-driver-manager.executequery.html - [similar]
Create a new Query 6254
« MongoDB\Driver\Query MongoDB\Driver\BulkWrite » PHP Manual MongoDB\Driver\Query Create a new Q ... ilable" option to block a getMore operation on the cursor temporarily if at the end of data rather than retu ... Defaults to 101. A batch size of 0 means that the cursor will be established, but no documents will be retu ... rotocol OP_QUERY, a batch size of 1 will close the cursor irrespective of the number of matched documents. c ... explain bool If true , the returned MongoDB\Driver\Cursor will contain a single document that describes the ...
https://man.plustar.jp/php/mongodb-driver-query.construct.html - [similar]
CUBRID 関数 6219
« 例 cubrid_bind » PHP Manual CUBRID CUBRID 関数 CUBRID 関数 目次 cubrid_bind — Bind variables t ... Server cubrid_current_oid — Get OID of the current cursor location cubrid_disconnect — Close a database conn ... from BLOB/CLOB data cubrid_lob2_seek64 — Move the cursor of a lob object cubrid_lob2_seek — Move the cursor ... a lob object's size cubrid_lob2_tell64 — Tell the cursor position of the LOB object cubrid_lob2_tell — Tell ... the cursor position of the LOB object cubrid_lob2_write — Wri ...
https://man.plustar.jp/php/ref.cubrid.html - [similar]
The MongoDB\Driver\ServerApi class 6195
« MongoDB\Driver\ClientEncryption::encrypt MongoDB\Driver\ServerApi::bsonSerialize » PHP Manual ... \ Driver \ Command ([ 'buildInfo' => 1 ]); try { $cursor = $manager -> executeCommand ( 'admin' , $command ... nt, so we need to access * the first result in the cursor. */ $buildInfo = $cursor -> toArray ()[ 0 ]; echo ... \ Driver \ Command ([ 'buildInfo' => 1 ]); try { $cursor = $manager -> executeCommand ( 'admin' , $command ... nt, so we need to access * the first result in the cursor. */ $buildInfo = $cursor -> toArray ()[ 0 ]; echo ...
https://man.plustar.jp/php/class.mongodb-driver-serverapi.html - [similar]
Prepares and executes a query 6172
« sqlsrv_prepare sqlsrv_rollback » PHP Manual SQLSRV 関数 Prepares and executes a query sqlsrv_q ... see sqlsrv_send_stream_data() . Scrollable SQLSRV_CURSOR_FORWARD, SQLSRV_CURSOR_STATIC, SQLSRV_CURSOR_DYNAM ... IC, or SQLSRV_CURSOR_KEYSET See » Specifying a Cursor Type and Selectin ... rv , SQLSRV , Prepares , executes , array , data , CURSOR , prepare , execute ...
https://man.plustar.jp/php/function.sqlsrv-query.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT