検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 146 for CURSOR (0.009 sec.)
Write to a lob object 5877
« cubrid_lob2_tell cubrid_lock_read » PHP Manual CUBRID 関数 Write to a lob object cubrid_lob2_w ... $row [ 1 ]; cubrid_lob2_seek ( $lob2 , 0 , CUBRID_CURSOR_LAST ); $pos = cubrid_lob2_tell ( $lob2 ); print " ... from BLOB/CLOB data cubrid_lob2_seek() - Move the cursor of a lob object cubrid_lob2_seek64() - Move the cu ... rsor of a lob object cubrid_lob2_tell() - Tell the cursor position of the LOB object cubrid_lob2_tell64() - ... Tell the cursor position of the LOB object cubrid_lob2_size() - Ge ...
https://man.plustar.jp/php/function.cubrid-lob2-write.html - [similar]
データソースに接続する 5854
« odbc_commit odbc_cursor » PHP Manual ODBC 関数 データソースに接続する odbc_connect (PHP 4, PHP ... ring $dsn , string $user , string $password , int $cursor_option = SQL_CUR_USE_DRIVER ): resource | false 他 ... ラーにより失敗する可能性があります。 "Cannot open a cursor on a stored procedure that has anything other than ... もできます。 user ユーザー名。 password パスワード。 cursor_option この接続で使用するカーソルの型。 通常はこの ... ベース接続を開く 関連キーワード: 接続 , CUR , USE , cursor , パラメータ , 関数 , string , user , 持続 , データ ...
https://man.plustar.jp/php/function.odbc-connect.html - [similar]
Prepares a query for execution 5807
« sqlsrv_num_rows sqlsrv_query » PHP Manual SQLSRV 関数 Prepares a query for execution sqlsrv_pr ... 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 ...
https://man.plustar.jp/php/function.sqlsrv-prepare.html - [similar]
結果セットから次の行を取得する 5807
« PDOStatement::execute PDOStatement::fetchAll » PHP Manual PDOStatement 結果セットから次の行を取 ... ent::fetch ( int $mode = PDO::FETCH_DEFAULT , int $cursorOrientation = PDO::FETCH_ORI_NEXT , int $cursorOffs ... 呼び出してから、カラムの値をプロパティに代入します。 cursorOrientation スクロール可能なカーソルを表す PDOState ... () を用いて SQL ステートメントを 準備する際、 PDO::CURSOR_SCROLL に PDO::ATTR_CURSOR 属性を設定する必要があり ... 能なカーソルを表すPDOStatementオブジェクトの場合で、 cursor_orientation パラメータが PDO::FETCH_ORI_ABS に設定 ...
https://man.plustar.jp/php/pdostatement.fetch.html - [similar]
The MongoDB\Driver\Command class 5665
« MongoDB\Driver\Manager::startSession MongoDB\Driver\Command::__construct » PHP Manual MongoDB\ ... { $command = $createCollection -> getCommand (); $cursor = $manager -> executeCommand ( "databaseName" , $c ... ommand ); $response = $cursor -> toArray ()[ 0 ]; var_dump ( $response ); $colls ... s" => $createCollection -> getCollectionName ()]; $cursor = $manager -> executeCommand ( "databaseName" , ne ... B \ Driver \ Command ( $collstats )); $response = $cursor -> toArray ()[ 0 ]; var_dump ( $response ); } catc ...
https://man.plustar.jp/php/class.mongodb-driver-command.html - [similar]
The MongoDB\Driver\Server class 5665
« MongoDB\Driver\CursorInterface::toArray MongoDB\Driver\Server::__construct » PHP Manual MongoD ... mmand , array $options = array() ): MongoDB\Driver\Cursor final public executeQuery ( string $namespace , Mo ... query , array $options = array() ): MongoDB\Driver\Cursor final public executeReadCommand ( string $db , Mon ... mmand , array $options = array() ): MongoDB\Driver\Cursor final public executeReadWriteCommand ( string $db ... mmand , array $options = array() ): MongoDB\Driver\Cursor final public executeWriteCommand ( string $db , Mo ...
https://man.plustar.jp/php/class.mongodb-driver-server.html - [similar]
実行時設定 5665
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... L odbc.defaultbinmode "1" PHP_INI_ALL odbc.default_cursortype "3" PHP_INI_ALL 注意 : * マークがついているエン ... 細は odbc_binmode() を参照して下さい。 odbc.default_cursortype int ODBC のカーソルモデルを制御します。 使用で ... きる値は SQL_CURSOR_FORWARD_ONLY 、 SQL_CURSOR_KEYSET_DRIVEN 、 SQL_CU ... RSOR_DYNAMIC および SQL_CURSOR_STATIC (デフォルト) です。 関連キーワード: 設定 , ...
https://man.plustar.jp/php/odbc.configuration.html - [similar]
Delete an instance using OID 5642
« cubrid_disconnect cubrid_error_code_facility » PHP Manual CUBRID 関数 Delete an instance using ... CT * FROM foo" , CUBRID_INCLUDE_OID ); cubrid_move_cursor ( $req , 1 , CUBRID_CURSOR_FIRST ); $oid = cubrid_ ... CT * FROM foo" , CUBRID_INCLUDE_OID ); cubrid_move_cursor ( $req , 1 , CUBRID_CURSOR_FIRST ); $oid = cubrid_ ...
https://man.plustar.jp/php/function.cubrid-drop.html - [similar]
接続リソースあるいはステートメントリソースのオプションを設定する 5595
« db2_server_info db2_special_columns » PHP Manual IBM DB2 関数 接続リソースあるいはステートメン ... 指定した接続リソースの自動コミットをオフにします。 cursor DB2_FORWARD_ONLY を渡すと、 ステートメントリソース ... OMMIT_ON X - - autocommit DB2_AUTOCOMMIT_OFF X - - cursor DB2_SCROLLABLE - X - cursor DB2_FORWARD_ONLY - X - ... B2_PASSTHRU , 'db2_attr_case' => DB2_CASE_UPPER , 'cursor' => DB2_SCROLLABLE ); /* 正しいリソースとオプション ... B2_PASSTHRU , 'db2_attr_case' => DB2_CASE_UPPER , 'cursor' => DB2_SCROLLABLE ); /* 正しいリソースとオプション ...
https://man.plustar.jp/php/function.db2-set-option.html - [similar]
Export the lob object to a file 5559
« cubrid_lob2_close cubrid_lob2_import » PHP Manual CUBRID 関数 Export the lob object to a file ... on will fail. This function will not influence the cursor position of the lob object. It operates the entire ... from doc" ); cubrid_execute ( $req ); cubrid_move_cursor ( $req , 1 , CUBRID_CURSOR_FIRST ); $row = cubrid_ ...
https://man.plustar.jp/php/function.cubrid-lob2-export.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT