検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 201 for prepare (0.023 sec.)
ラージオブジェクト (LOB) 5194
« エラーおよびエラー処理 PDO » PHP Manual PDO ラージオブジェクト (LOB) ラージオブジェクト (LOB) ... :SAMPLE' , 'db2inst1' , 'ibmdb2' ); $stmt = $db -> prepare ( "select contenttype, imagedata from images where ... :SAMPLE' , 'db2inst1' , 'ibmdb2' ); $stmt = $db -> prepare ( "insert into images (id, contenttype, imagedata) ... PDO ( 'oci:' , 'scott' , 'tiger' ); $stmt = $db -> prepare ( "insert into images (id, contenttype, imagedata) ...
https://man.plustar.jp/php/pdo.lobs.html - [similar]
SQL プリペアドコマンドを出力する 5194
« PDOStatement::columnCount PDOStatement::errorCode » PHP Manual PDOStatement SQL プリペアドコマ ... $calories = 150 ; $colour = 'red' ; $sth = $dbh -> prepare ( 'SELECT name, colour, calories FROM fruit WHERE ... $colour = 'red' ; $name = 'apple' ; $sth = $dbh -> prepare ( 'SELECT name, colour, calories FROM fruit WHERE ... no=1 name=[0] "" is_param=1 param_type=2 参考 PDO::prepare() - 文を実行する準備を行い、文オブジェクトを返す P ...
https://man.plustar.jp/php/pdostatement.debugdumpparams.html - [similar]
CUBRID 5140
« ベンダー固有のモジュール はじめに » PHP Manual ベンダー固有のモジュール CUBRID CUBRID はじめに ... 数 例 CUBRID 関数 cubrid_bind — Bind variables to a prepared statement as parameters cubrid_close_prepare — Cl ... st recent function call cubrid_execute — Execute a prepared SQL statement cubrid_fetch — Fetch the next row f ... Bind a lob object or a string as a lob object to a prepared statement as parameters cubrid_lob2_close — Close ... a persistent connection to a CUBRID server cubrid_preparePrepare a SQL statement for execution cubrid_put ...
https://man.plustar.jp/php/book.cubrid.html - [similar]
ウォッチャーのコールバック 5140
« ウォッチャー Periodic ウォッチャーの操作モード » PHP Manual Ev ウォッチャーのコールバック ウォ ... hild (あるいは EvLoop::child() ) は EV::CHILD 、 EvPrepare (あるいは EvLoop::prepare() ) は Ev::PREPARE 、 Ev ...
https://man.plustar.jp/php/ev.watcher-callbacks.html - [similar]
統計情報 5140
« 持続的接続 メモ » PHP Manual Mysqlnd 統計情報 統計情報 統計情報を使う MySQL Native Driver は、 ... 計サイズをバイト単位で示します。 同上 bytes_received_prepare_response_packet Connection MySQL のクライアントサー ... コルにおける、プリペアドステートメント初期化パケット(prepared statement init packets) が OK を返した合計サイズを ... 降の MySQL に常に接続している場合は、 bytes_received_prepare_response_packet != packets_received_prepare_respon ... にエラーが起きていると推定できるかもしれません。 ps_prepared_never_executed や ps_prepared_once_executed も参照 ...
https://man.plustar.jp/php/mysqlnd.stats.html - [similar]
指定したステートメントのカラム数を返す 5097
« mysqli_stmt::fetch mysqli_stmt::free_result » PHP Manual mysqli_stmt 指定したステートメントのカ ... rd" , "world" ); $code = 'FR' ; $stmt = $mysqli -> prepare ( "SELECT Name FROM Country WHERE Code=?" ); $stmt ... ssword" , "world" ); $code = 'FR' ; $stmt = mysqli_prepare ( $mysqli , "SELECT Name FROM Country WHERE Code=? ...
https://man.plustar.jp/php/mysqli-stmt.field-count.html - [similar]
データをブロックで送信する 5097
« mysqli_stmt::result_metadata mysqli_stmt::$sqlstate » PHP Manual mysqli_stmt データをブロックで ... 例 例1 オブジェクト指向型 <?php $stmt = $mysqli -> prepare ( "INSERT INTO messages (message) VALUES (?)" ); $ ... close ( $fp ); $stmt -> execute (); ?> 参考 mysqli_prepare() - 実行するための SQL文 を準備する mysqli_stmt_bi ...
https://man.plustar.jp/php/mysqli-stmt.send-long-data.html - [similar]
PDO クラス 5044
« ラージオブジェクト (LOB) PDO::beginTransaction » PHP Manual PDO PDO クラス PDO クラス (PHP 5 > ... d ( ? string $name = null ): string | false public prepare ( string $query , array $options = [] ): PDOStatem ... 挿入された行の ID あるいはシーケンスの値を返す PDO::prepare — 文を実行する準備を行い、文オブジェクトを返す PDO ...
https://man.plustar.jp/php/class.pdo.html - [similar]
Write to a lob object 5044
« cubrid_lob2_tell cubrid_lock_read » PHP Manual CUBRID 関数 Write to a lob object cubrid_lob2_w ... test_lob (id INT, contents CLOB)" ); $req = cubrid_prepare ( $conn , "INSERT INTO test_lob VALUES(2, ?)" ); $ ... test_lob (id INT, contents CLOB)" ); $req = cubrid_prepare ( $conn , "INSERT INTO test_lob VALUES(1, ?)" ); $ ...
https://man.plustar.jp/php/function.cubrid-lob2-write.html - [similar]
結果セットの次行から単一カラムを返す 5044
« PDOStatement::fetchAll PDOStatement::fetchObject » PHP Manual PDOStatement 結果セットの次行から ... 例1 次行の最初のカラムを返す <?php $sth = $dbh -> prepare ( "SELECT name, colour FROM fruit" ); $sth -> exec ... ll() - 結果セットから、残っている行を取得する PDO::prepare() - 文を実行する準備を行い、文オブジェクトを返す P ...
https://man.plustar.jp/php/pdostatement.fetchcolumn.html - [similar]