検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 165 for stmt (0.019 sec.)
mysqli クラス 4994
« The MySQLi Extension Function Summary mysqli::$affected_rows » PHP Manual MySQLi mysqli クラス ... t | false public prepare ( string $query ): mysqli_stmt | false public query ( string $query , int $result ... lgos ): bool public stat (): string | false public stmt_init (): mysqli_stmt | false public store_result ( ... ysqli::stat — 現在のシステム状態を取得する mysqli::stmt_init — ステートメントを初期化し、mysqli_stmt_prepa ...
https://man.plustar.jp/php/class.mysqli.html - [similar]
MySQL Native Driverプラグイン のアーキテクチャ 4972
« mysqlnd plugin APIを取得する mysqlnd のプラグインAPI » PHP Manual MySQL Native Driver プラグイ ... これが親メソッドです。 場合によっては、 Connection::stmt_init() のように、派生メソッドで他のあらゆる処理より ... d_result_metadata_get_methods() Statement (MYSQLND_STMT) MINIT (モジュール初期化) 時 No mysqlnd_stmt_get_m ... Result::read_result_metadata() Statement (MYSQLND_STMT) Connection::stmt_init() Yes, ただし親メソッドを呼 ... び出すこと! Connection::stmt_init() Network (MYSQLND_NET) mysqlnd_net_init() No ...
https://man.plustar.jp/php/mysqlnd.plugin.architecture.html - [similar]
複数の行セットを返す文ハンドラで次の行セットに移動する 4972
« PDOStatement::getIterator PDOStatement::rowCount » PHP Manual PDOStatement 複数の行セットを返す ... ています。 <?php $sql = 'CALL multiple_rowsets()' ; $stmt = $conn -> query ( $sql ); $i = 1 ; do { $rowset = ... $stmt -> fetchAll ( PDO :: FETCH_NUM ); if ( $rowset ) { ... intResultSet ( $rowset , $i ); } $i ++; } while ( $stmt -> nextRowset ()); function printResultSet (& $row ...
https://man.plustar.jp/php/pdostatement.nextrowset.html - [similar]
結果セットの行数を取得する 4938
« mysqli_result::$lengths mysqli_driver » PHP Manual mysqli_result 結果セットの行数を取得する my ... li_store_result() 、 mysqli_use_result() 、 mysqli_stmt_get_result() が返す mysqli_result オブジェクト。 戻 ... ります。 Result set has 239 rows. 注意 注意 : mysqli_stmt_num_rows() と異なり、 この関数にはオブジェクト指向 ... _query() - データベース上でクエリを実行する mysqli_stmt_num_rows() - サーバから取得した結果セットの行数を返 ...
https://man.plustar.jp/php/mysqli-result.num-rows.html - [similar]
パラメータの値を変数にバインドする 4915
« SQLite3Stmt::bindParam SQLite3Stmt::clear » PHP Manual SQLite3Stmt パラメータの値を変数にバイン ... ドする SQLite3Stmt::bindValue (PHP 5 >= 5.3.0, PHP 7, PHP 8) SQLite3S ... ラメータの値を変数にバインドする 説明 public SQLite3Stmt::bindValue ( string | int $param , mixed $value , ... たパラメータの値を変えられるようにするために SQLite3Stmt::reset() を呼び出す必要がありました。 パラメータ p ... 新たに @param 記法をサポートしました。 例 例1 SQLite3Stmt::bindValue() の例 <?php $db = new SQLite3 ( ':memo ...
https://man.plustar.jp/php/sqlite3stmt.bindvalue.html - [similar]
InterBase データベースからオブジェクトを得る 4869
« ibase_fetch_assoc ibase_fetch_row » PHP Manual Firebird/InterBase 関数 InterBase データベースか ... ibase_connect ( $host , $username , $password ); $stmt = 'SELECT * FROM tblname' ; $sth = ibase_query ( $ ... dbh , $stmt ); while ( $row = ibase_fetch_object ( $sth )) { e ...
https://man.plustar.jp/php/function.ibase-fetch-object.html - [similar]
ラージオブジェクトを削除する 4869
« PDO::pgsqlLOBOpen SQLite (PDO) » PHP Manual PostgreSQL (PDO) ラージオブジェクトを削除する PDO: ... inTransaction (); $db -> pgsqlLOBUnlink ( $oid ); $stmt = $db -> prepare ( "DELETE FROM BLOBS where ident ... = ?" ); $stmt -> execute (array( $some_id )); $db -> commit (); ...
https://man.plustar.jp/php/pdo.pgsqllobunlink.html - [similar]
Return the number of rows affected by the last SQL statement 4847
« CUBRID MySQL 互換関数 cubrid_client_encoding » PHP Manual CUBRID MySQL 互換関数 Return the num ... n , "CREATE TABLE cubrid_test (d varchar)" ); $sql_stmt = "INSERT INTO cubrid_test(d) VALUES('php-test')" ... ; $req = cubrid_prepare ( $conn , $sql_stmt ); for ( $i = 0 ; $i < 10 ; $i ++) { cubrid_execut ...
https://man.plustar.jp/php/function.cubrid-affected-rows.html - [similar]
実行用に文を準備する 4847
« odbc_pconnect odbc_primarykeys » PHP Manual ODBC 関数 実行用に文を準備する odbc_prepare (PHP 4 ... rue となります。 <?php $a = 1 ; $b = 2 ; $c = 3 ; $stmt = odbc_prepare ( $conn , 'CALL myproc(?,?,?)' ); $ ... success = odbc_execute ( $stmt , array( $a , $b , $c )); ?> INOUT や OUT パラメー ...
https://man.plustar.jp/php/function.odbc-prepare.html - [similar]
IBM DB2、Cloudscape および Apache Derby 4824
« ibase_wait_event はじめに » PHP Manual ベンダー固有のモジュール IBM DB2、Cloudscape および Apa ... 果セットに関連付けられたリソースを開放する db2_free_stmt — 指定されたステートメントリソースに関連付けられた ... 報およびテーブルの統計情報を含む結果セットを返す db2_stmt_error — SQL 文が返す SQLSTATE を含む文字列を返す d ... b2_stmt_errormsg — 直近の SQL 文のエラーメッセージを含む文 ...
https://man.plustar.jp/php/book.ibm-db2.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 NEXT