検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 165 for stmt (0.010 sec.)
結果セット内の指定したカラムの精度を返す 5085
« db2_field_num db2_field_scale » PHP Manual IBM DB2 関数 結果セット内の指定したカラムの精度を返 ... ムの精度を返す 説明 db2_field_precision ( resource $stmt , mixed $column ): int 結果セット内の指定したカラム ... の精度を返します。 パラメータ stmt 結果セットを含むステートメントリソースを指定します ... , セット , 精度 , 指定 , precision , num , scale , stmt , column , バイト ...
https://man.plustar.jp/php/function.db2-field-precision.html - [similar]
結果セット内の指定したカラムの位取りを返す 5085
« db2_field_precision db2_field_type » PHP Manual IBM DB2 関数 結果セット内の指定したカラムの位取 ... ラムの位取りを返す 説明 db2_field_scale ( resource $stmt , mixed $column ): int 結果セット内の指定したカラム ... の位取りを返します。 パラメータ stmt 結果セットを含むステートメントリソースを指定します ... セット , 位取り , 指定 , scale , precision , type , stmt , column , バイト ...
https://man.plustar.jp/php/function.db2-field-scale.html - [similar]
結果セット内の指定したカラムのデータ型を返す 5085
« db2_field_scale db2_field_width » PHP Manual IBM DB2 関数 結果セット内の指定したカラムのデータ ... ラムのデータ型を返す 説明 db2_field_type ( resource $stmt , mixed $column ): string 結果セット内の指定したカ ... ラムのデータ型を返します。 パラメータ stmt 結果セットを含むステートメントリソースを指定します ... キーワード: カラム , セット , 指定 , type , column , stmt , width , scale , 精度 , precision ...
https://man.plustar.jp/php/function.db2-field-type.html - [similar]
この文に対するデフォルトのフェッチモードを設定する 5085
« PDOStatement::setAttribute PDOException » PHP Manual PDOStatement この文に対するデフォルトのフ ... フェッチモードを 変更するかを例示しています。 <?php $stmt = $dbh -> query ( 'SELECT name, colour, calories F ... ROM fruit' ); $stmt -> setFetchMode ( PDO :: FETCH_NUM ); foreach ( $s ...
https://man.plustar.jp/php/pdostatement.setfetchmode.html - [similar]
カラムを表示するために必要な最大のバイト数を返す 5063
« db2_fetch_row db2_field_name » PHP Manual IBM DB2 関数 カラムを表示するために必要な最大のバイト ... イト数を返す 説明 db2_field_display_size ( resource $stmt , mixed $column ): int 結果セット内のカラムを表示す ... るために必要な最大のバイト数を返す パラメータ stmt 結果セットを含むステートメントリソースを指定します ... , 最大 , バイト , 表示 , display , size , column , stmt , 名前 ...
https://man.plustar.jp/php/function.db2-field-display-size.html - [similar]
OCI8 Transparent Application Failover (TAF) Support 5063
« OCI8 高速アプリケーション通知 (FAN) サポート OCI8 および DTrace 動的トレーシング » PHP Manual ... ry\n" ); $sql = "select systimestamp from dual" ; $stmt = oci_parse ( $conn , $sql ); // For example, if a ... t( "Executing user query\n" ); $e = oci_execute ( $stmt ); if (! $e ) { $m = oci_error ( $stmt ); trigger_ ... ge' ], E_USER_ERROR ); } $row = oci_fetch_array ( $stmt ); print( $row [ 0 ] . "\n" ); // do other SQL sta ... ements with the new connection, if it is valid // $stmt = oci_parse($conn, . . .); ?> See Also oci_registe ...
https://man.plustar.jp/php/oci8.taf.html - [similar]
結果セット内の指定したカラムの現在値の幅を返す 5040
« db2_field_type db2_foreign_keys » PHP Manual IBM DB2 関数 結果セット内の指定したカラムの現在値 ... の現在値の幅を返す 説明 db2_field_width ( resource $stmt , mixed $column ): int 結果セット内の指定したカラム ... ータ型では、実際のカラムの幅となります。 パラメータ stmt 結果セットを含むステートメントリソースを指定します ... ラム , セット , 幅 , 指定 , width , 最大 , column , stmt , type , precision ...
https://man.plustar.jp/php/function.db2-field-width.html - [similar]
統計情報 5040
« 持続的接続 メモ » PHP Manual Mysqlnd 統計情報 統計情報 統計情報を使う MySQL Native Driver は、 ... 結果セットをバッファリングしません。しかし、 mysqli_stmt_store_result() 関数を使えば、結果セットのバッファリ ... , mysqli_query() , mysqli_store_result() , mysqli_stmt_get_result() 結果セットをクライアント側にバッファリ ... セットがバッファリングされるAPI呼び出しの例: mysqli_stmt_store_result ps_unbuffered_sets Connection プリペア ... _dump , com_connect_out , com_register_slave , com_stmt_prepare , com_stmt_execute , com_stmt_send_long_da ...
https://man.plustar.jp/php/mysqlnd.stats.html - [similar]
パラメータを変数にバインドする 5040
« SQLite3Stmt SQLite3Stmt::bindValue » PHP Manual SQLite3Stmt パラメータを変数にバインドする SQL ... ite3Stmt::bindParam (PHP 5 >= 5.3.0, PHP 7, PHP 8) SQLite3S ... パラメータを変数にバインドする 説明 public SQLite3Stmt::bindParam ( string | int $param , mixed &$var , i ... バージョンでは、 バインドされた値が適切に後の SQLite3Stmt::execute() の呼び出しで更新されるべき場合、 SQLite ... 3Stmt::execute() をはじめて呼んだ後に SQLite3Stmt::reset ...
https://man.plustar.jp/php/sqlite3stmt.bindparam.html - [similar]
値の保存可能な表現を生成する 5017
« print_r settype » PHP Manual 変数操作 関数 値の保存可能な表現を生成する serialize (PHP 4, PHP ... n = odbc_connect ( "webdb" , "php" , "chicken" ); $stmt = odbc_prepare ( $conn , "UPDATE sessions SET data ... SERVER [ 'PHP_AUTH_USER' ]); if (! odbc_execute ( $stmt , $sqldata )) { $stmt = odbc_prepare ( $conn , "IN ... (id, data) VALUES(?, ?)" ); if (! odbc_execute ( $stmt , array_reverse ( $sqldata ))) { /* 何か問題があっ ...
https://man.plustar.jp/php/function.serialize.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 NEXT