検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 165 for stmt (0.008 sec.)
接続リソースあるいはステートメントリソースのオプションを設定する 5256
« db2_server_info db2_special_columns » PHP Manual IBM DB2 関数 接続リソースあるいはステートメン ... => DB2_CASE_UPPER , 'cursor' => DB2_SCROLLABLE ); $stmt = db2_prepare ( $conn , 'SELECT * FROM EMPLOYEE' ) ... て関数をコールします */ $result = db2_set_option ( $stmt , $options , 1 ); /* すべてのオプションが正しく設定 ... => DB2_CASE_LOWER , 'cursor' => DB2_SCROLLABLE ); $stmt = db2_prepare ( $conn , 'SELECT * FROM EMPLOYEE WH ... をコールします */ $option_result = db2_set_option ( $stmt , $options , 2 ); $result = db2_execute ( $stmt , ...
https://man.plustar.jp/php/function.db2-set-option.html - [similar]
SQL 文によって変更された行の数を返す 5233
« db2_num_fields db2_pclose » PHP Manual IBM DB2 関数 SQL 文によって変更された行の数を返す db2_n ... 変更された行の数を返す 説明 db2_num_rows ( resource $stmt ): int SQL 文によって削除、挿入あるいは更新された行 ... が、 同じ機能をずっと高速に実現できます。 パラメータ stmt 結果セットを含む有効な stmt リソース。 戻り値 指定 ... 数 , num , rows , fetch , カーソル , スクロール , stmt ...
https://man.plustar.jp/php/function.db2-num-rows.html - [similar]
ステートメントリソースが使用しているカーソルの型を返す 5176
« db2_connect db2_escape_string » PHP Manual IBM DB2 関数 ステートメントリソースが使用しているカ ... カーソルの型を返す 説明 db2_cursor_type ( resource $stmt ): int ステートメントリソースが使用しているカーソル ... なのかを調べるために、 これを使用します。 パラメータ stmt 有効なステートメントリソース。 戻り値 ステートメン ... , 使用 , 型 , type , cursor , スクロール , 前進 , stmt ...
https://man.plustar.jp/php/function.db2-cursor-type.html - [similar]
既存のラージオブジェクトのストリームをオープンする 5176
« PDO::pgsqlLOBCreate PDO::pgsqlLOBUnlink » PHP Manual PostgreSQL (PDO) 既存のラージオブジェクト ... ERRMODE_EXCEPTION ); $db -> beginTransaction (); $stmt = $db -> prepare ( "select oid from BLOBS where id ... ent = ?" ); $stmt -> execute (array( $some_id )); $stmt -> bindColum ... n ( 'oid' , $oid , PDO :: PARAM_STR ); $stmt -> fetch ( PDO :: FETCH_BOUND ); $stream = $db -> ...
https://man.plustar.jp/php/pdo.pgsqllobopen.html - [similar]
結果セットから次の行を取得する 5176
« PDOStatement::execute PDOStatement::fetchAll » PHP Manual PDOStatement 結果セットから次の行を取 ... ECT hand, won, bet FROM mynumbers ORDER BY BET' ; $stmt = $dbh -> prepare ( $sql , array( PDO :: ATTR_CURS ... OR => PDO :: CURSOR_SCROLL )); $stmt -> execute (); while ( $row = $stmt -> fetch ( PDO ... ECT hand, won, bet FROM mynumbers ORDER BY bet' ; $stmt = $dbh -> prepare ( $sql , array( PDO :: ATTR_CURS ... OR => PDO :: CURSOR_SCROLL )); $stmt -> execute (); $row = $stmt -> fetch ( PDO :: FETC ...
https://man.plustar.jp/php/pdostatement.fetch.html - [similar]
実行する SQL 文を準備する 5154
« SQLite3::openBlob SQLite3::query » PHP Manual SQLite3 実行する SQL 文を準備する SQLite3::prepa ... public SQLite3::prepare ( string $query ): SQLite3Stmt | false 実行する SQL 文を準備し、 SQLite3Stmt オブ ... 準備したい SQL クエリ。 戻り値 成功した場合に SQLite3Stmt オブジェクト、失敗した場合に false を返します。 例 ... TO foo (id, bar) VALUES (1, 'This is a test')" ); $stmt = $db -> prepare ( 'SELECT bar FROM foo WHERE id=: ... id' ); $stmt -> bindValue ( ':id' , 1 , SQLITE3_INTEGER ); $res ...
https://man.plustar.jp/php/sqlite3.prepare.html - [similar]
メタデータ 5131
« トランザクションのサポート インストール/設定 » PHP Manual クイックスタートガイド メタデータ メ ... ットのメタデータは、 アクセス方法も同じです。 mysqli_stmt::result_metadata() が、 適切な mysqli_result ハンド ... xample.com" , "user" , "password" , "database" ); $stmt = $mysqli -> prepare ( "SELECT 1 AS _one, 'Hello' ... AS _two FROM DUAL" ); $stmt -> execute (); $result = $stmt -> result_metadata ...
https://man.plustar.jp/php/mysqli.quickstart.metadata.html - [similar]
Prepares a query for execution 5108
« sqlsrv_num_rows sqlsrv_query » PHP Manual SQLSRV 関数 Prepares a query for execution sqlsrv_pr ... ariables $qty and $id are bound to the statement, $stmt. $qty = 0 ; $id = 0 ; $stmt = sqlsrv_prepare ( $co ... nn , $sql , array( & $qty , & $id )); if( ! $stmt ) { die( print_r ( sqlsrv_errors (), true )); } // ... => $qty ) { // Because $id and $qty are bound to $stmt1, their updated // values are used with each execu ... tion of the statement. if( sqlsrv_execute ( $stmt ) === false ) { die( print_r ( sqlsrv_errors (), t ...
https://man.plustar.jp/php/function.sqlsrv-prepare.html - [similar]
結果セット内のカラムの名前を返す 5085
« db2_field_display_size db2_field_num » PHP Manual IBM DB2 関数 結果セット内のカラムの名前を返す ... のカラムの名前を返す 説明 db2_field_name ( resource $stmt , mixed $column ): string 結果セット内の指定したカ ... ラムの名前を返します。 パラメータ stmt 結果セットを含むステートメントリソースを指定します ... ド: カラム , セット , 名前 , display , size , num , stmt , column , precision , バイト ...
https://man.plustar.jp/php/function.db2-field-name.html - [similar]
結果セット内の指定したカラムの位置を返す 5085
« db2_field_name db2_field_precision » PHP Manual IBM DB2 関数 結果セット内の指定したカラムの位置 ... たカラムの位置を返す 説明 db2_field_num ( resource $stmt , mixed $column ): int 結果セット内の指定したカラム ... の位置を返します。 パラメータ stmt 結果セットを含むステートメントリソースを指定します ... ード: セット , カラム , 位置 , 指定 , num , column , stmt , precision , 位取り , scale ...
https://man.plustar.jp/php/function.db2-field-num.html - [similar]