検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 165 for stmt (0.016 sec.)
MySQL 改良版拡張モジュール 7316
« 文字セット はじめに » PHP Manual MySQL MySQL 改良版拡張モジュール MySQL 改良版拡張モジュール は ... ysqli::stat — 現在のシステム状態を取得する mysqli::stmt_init — ステートメントを初期化し、mysqli_stmt_prepa ... 接続の直近のクエリから発生した警告の数を返す mysqli_stmt — mysqli_stmt クラス mysqli_stmt::$affected_rows — ... 削除・追加、あるいは選択された行の総数を返す mysqli_stmt::attr_get — ステートメントの属性の現在の値を取得す ... る mysqli_stmt::attr_set — プリペアドステートメントの振る舞いを変 ...
https://man.plustar.jp/php/book.mysqli.html - [similar]
Frees all resources for the specified statement 7316
« sqlsrv_field_metadata sqlsrv_get_config » PHP Manual SQLSRV 関数 Frees all resources for the s ... pecified statement sqlsrv_free_stmt (No version information available, might only be i ... n Git) sqlsrv_free_stmt — Frees all resources for the specified statement ... 説明 sqlsrv_free_stmt ( resource $stmt ): bool Frees all resources for t ... nt. The statement cannot be used after sqlsrv_free_stmt() has been called on it. If sqlsrv_free_stmt() is ...
https://man.plustar.jp/php/function.sqlsrv-free-stmt.html - [similar]
SHOW WARNINGS の結果を取得する 7316
« mysqli_stmt::get_result mysqli_stmt::$insert_id » PHP Manual mysqli_stmt SHOW WARNINGS の結果を ... 取得する mysqli_stmt::get_warnings mysqli_stmt_get_warnings (PHP 5 >= 5 ... .1.0, PHP 7, PHP 8) mysqli_stmt::get_warnings -- mysqli_stmt_get_warnings — SHOW W ... 結果を取得する 説明 オブジェクト指向型 public mysqli_stmt::get_warnings (): mysqli_warning | false 手続き型 ... mysqli_stmt_get_warnings ( mysqli_stmt $statement ): mysqli_wa ...
https://man.plustar.jp/php/mysqli-stmt.get-warnings.html - [similar]
直近の INSERT 操作で生成した ID を取得する 7316
« mysqli_stmt::get_warnings mysqli_stmt::more_results » PHP Manual mysqli_stmt 直近の INSERT 操作 ... で生成した ID を取得する mysqli_stmt::$insert_id mysqli_stmt_insert_id (PHP 5, PHP 7, P ... HP 8) mysqli_stmt::$insert_id -- mysqli_stmt_insert_id — 直近の INSE ... 得する 説明 オブジェクト指向型 int | string $mysqli_stmt->insert_id ; 手続き型 mysqli_stmt_insert_id ( mysq ... li_stmt $statement ): int | string 警告 この関数は、 現在の ...
https://man.plustar.jp/php/mysqli-stmt.insert-id.html - [similar]
プリペアドステートメントおよびストアドプロシージャ 7122
« トランザクションおよび自動コミット エラーおよびエラー処理 » PHP Manual PDO プリペアドステートメ ... ルダで置き換えて INSERT クエリを実行します。 <?php $stmt = $dbh -> prepare ( "INSERT INTO REGISTRY (name, v ... alue) VALUES (:name, :value)" ); $stmt -> bindParam ( ':name' , $name ); $stmt -> bindPar ... ); // 行を挿入します $name = 'one' ; $value = 1 ; $stmt -> execute (); // パラメータを変更し、別の行を挿入 ... します $name = 'two' ; $value = 2 ; $stmt -> execute (); ?> 例2 プリペアドステートメントを使 ...
https://man.plustar.jp/php/pdo.prepared-statements.html - [similar]
プリペアドステートメント 6906
« ステートメントの実行 ストアドプロシージャ » PHP Manual クイックスタートガイド プリペアドステー ... T)" ); /* Prepared statement, stage 1: prepare */ $stmt = $mysqli -> prepare ( "INSERT INTO test(id, label ... 2: bind and execute */ $id = 1 ; $label = 'PHP' ; $stmt -> bind_param ( "is" , $id , $label ); // "is" mea ... $id is bound as an integer and $label as a string $stmt -> execute (); 繰り返し実行させる プリペアドステー ... T)" ); /* Prepared statement, stage 1: prepare */ $stmt = $mysqli -> prepare ( "INSERT INTO test(id, label ...
https://man.plustar.jp/php/mysqli.quickstart.prepared-statements.html - [similar]
データベース更新の自動コミットをオンまたはオフにする 6792
« mysqli::$affected_rows mysqli::begin_transaction » PHP Manual mysqli データベース更新の自動コミ ... $row [ 0 ]); try { /* Prepare insert statement */ $stmt = $mysqli -> prepare ( 'INSERT INTO language(Code, ... Speakers) VALUES (?,?)' ); $stmt -> bind_param ( 'ss' , $language_code , $native_sp ... age_code = 'DE' ; $native_speakers = 50_123_456 ; $stmt -> execute (); $language_code = 'FR' ; $native_spe ... akers = 40_546_321 ; $stmt -> execute (); /* Commit the data in the database. ...
https://man.plustar.jp/php/mysqli.autocommit.html - [similar]
プリペアドステートメントを実行する 6690
« db2_exec db2_fetch_array » PHP Manual IBM DB2 関数 プリペアドステートメントを実行する db2_exec ... テートメントを実行する 説明 db2_execute ( resource $stmt , array $parameters = ? ): bool db2_execute() は、 ... ストアドプロシージャの CALL であったりした場合には、 stmt から結果の行を配列として取得することができます。 取 ... repare() での簡単な説明を参照ください。 パラメータ stmt db2_prepare() が返すプリペアドステートメント。 par ... (id, breed, name, weight) VALUES (?, ?, ?, ?)' ; $stmt = db2_prepare ( $conn , $insert ); if ( $stmt ) { ...
https://man.plustar.jp/php/function.db2-execute.html - [similar]
SQL 文が返す SQLSTATE を含む文字列を返す 6690
« db2_statistics db2_stmt_errormsg » PHP Manual IBM DB2 関数 SQL 文が返す SQLSTATE を含む文字列を ... 返す db2_stmt_error (PECL ibm_db2 >= 1.0.0) db2_stmt_error — SQL ... 文が返す SQLSTATE を含む文字列を返す 説明 db2_stmt_error ( resource $stmt = ? ): string SQL 文が返す ... SQLSTATE を含む文字列を返します。 db2_stmt_error() の引数にステートメントリソースを 渡さなかっ ... ドを発行します。 db2 '? sqlstate-value ' また、 db2_stmt_errormsg() をコールして、 明示的なエラーメッセージ ...
https://man.plustar.jp/php/function.db2-stmt-error.html - [similar]
ラージオブジェクト (LOB) 6667
« エラーおよびエラー処理 PDO » PHP Manual PDO ラージオブジェクト (LOB) ラージオブジェクト (LOB) ... ew PDO ( 'odbc:SAMPLE' , 'db2inst1' , 'ibmdb2' ); $stmt = $db -> prepare ( "select contenttype, imagedata ... from images where id=?" ); $stmt -> execute (array( $_GET [ 'id' ])); $stmt -> bind ... Column ( 1 , $type , PDO :: PARAM_STR , 256 ); $stmt -> bindColumn ( 2 , $lob , PDO :: PARAM_LOB ); $st ... ew PDO ( 'odbc:SAMPLE' , 'db2inst1' , 'ibmdb2' ); $stmt = $db -> prepare ( "insert into images (id, conten ...
https://man.plustar.jp/php/pdo.lobs.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT