検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 201 for prepare (0.066 sec.)
結果セットの行からひとつのカラムを返す 4614
« db2_procedures db2_rollback » PHP Manual IBM DB2 関数 結果セットの行からひとつのカラムを返す d ... breed FROM animals WHERE weight < ?' ; $stmt = db2_prepare ( $conn , $sql ); db2_execute ( $stmt , array( 10 ...
https://man.plustar.jp/php/function.db2-result.html - [similar]
トランザクションを開始する 4614
« ibase_set_event_handler ibase_wait_event » PHP Manual Firebird/InterBase 関数 トランザクション ... クションを使用する場合、 ibase_query() および ibase_prepare() をコールする際には link_id および transaction_id ...
https://man.plustar.jp/php/function.ibase-trans.html - [similar]
ODBC の設定を変更する 4614
« odbc_rollback odbc_specialcolumns » PHP Manual ODBC 関数 ODBC の設定を変更する odbc_setoption ... 時間切れとなるクエリーを設定します。 $result = odbc_prepare ( $conn , $sql ); odbc_setoption ( $result , 2 , 0 ...
https://man.plustar.jp/php/function.odbc-setoption.html - [similar]
コマンドとパラメータを分割してサーバーに送信し、その結果を待たない 4614
« pg_send_prepare pg_send_query » PHP Manual PostgreSQL 関数 コマンドとパラメータを分割してサーバ ...
https://man.plustar.jp/php/function.pg-send-query-params.html - [similar]
接続を問い合わせる 4614
« mysqli::ping mysqli::prepare » PHP Manual mysqli 接続を問い合わせる mysqli::poll mysqli_poll ( ...
https://man.plustar.jp/php/mysqli.poll.html - [similar]
メタデータ 4614
« トランザクションのサポート インストール/設定 » PHP Manual クイックスタートガイド メタデータ メ ... r" , "password" , "database" ); $stmt = $mysqli -> prepare ( "SELECT 1 AS _one, 'Hello' AS _two FROM DUAL" ); ...
https://man.plustar.jp/php/mysqli.quickstart.metadata.html - [similar]
トランザクションをコミットする 4614
« PDO::beginTransaction PDO::__construct » PHP Manual PDO トランザクションをコミットする PDO::co ... lour, calories) VALUES (?, ?, ?)' ; $sth = $dbh -> prepare ( $sql ); foreach ( $fruits as $fruit ) { $sth -> ...
https://man.plustar.jp/php/pdo.commit.html - [similar]
データベースハンドラにおける直近の操作に関連する SQLSTATE を取得する 4614
« PDO::__construct PDO::errorInfo » PHP Manual PDO データベースハンドラにおける直近の操作に関連す ... 操作に対するエラーコードのみを取得します。 もし PDO::prepare() や PDO::query() を通して PDOStatement オブジェク ...
https://man.plustar.jp/php/pdo.errorcode.html - [similar]
既存のラージオブジェクトのストリームをオープンする 4614
« PDO::pgsqlLOBCreate PDO::pgsqlLOBUnlink » PHP Manual PostgreSQL (PDO) 既存のラージオブジェクト ... TION ); $db -> beginTransaction (); $stmt = $db -> prepare ( "select oid from BLOBS where ident = ?" ); $stmt ...
https://man.plustar.jp/php/pdo.pgsqllobopen.html - [similar]
MySQL 関数 (PDO_MYSQL) 4614
« PDO_INFORMIX DSN PDO_MYSQL DSN » PHP Manual PDO ドライバ MySQL 関数 (PDO_MYSQL) MySQL 関数 (PD ... : ATTR_DRIVER_NAME ) == 'mysql' ) { $stmt = $db -> prepare ( 'select * from foo' , array( PDO :: MYSQL_ATTR_U ... TTR_MULTI_STATEMENTS ( int ) false にすると、 PDO::prepare() や PDO::query() でのマルチクエリの実行を無効にし ...
https://man.plustar.jp/php/ref.pdo-mysql.html - [similar]