検索

phrase: max: clip:
target: order:
Results of 481 - 490 of about 532 for execute (0.159 sec.)
既存のラージオブジェクトのストリームをオープンする 3166
« PDO::pgsqlLOBCreate PDO::pgsqlLOBUnlink » PHP Manual PostgreSQL (PDO) 既存のラージオブジェクト ... select oid from BLOBS where ident = ?" ); $stmt -> execute (array( $some_id )); $stmt -> bindColumn ( 'oid' , ...
https://man.plustar.jp/php/pdo.pgsqllobopen.html - [similar]
結果セットの次行から単一カラムを返す 3166
« PDOStatement::fetchAll PDOStatement::fetchObject » PHP Manual PDOStatement 結果セットの次行から ... pare ( "SELECT name, colour FROM fruit" ); $sth -> execute (); print( "Fetch the first column from the first ...
https://man.plustar.jp/php/pdostatement.fetchcolumn.html - [similar]
複数の行セットを返す文ハンドラで次の行セットに移動する 3166
« PDOStatement::getIterator PDOStatement::rowCount » PHP Manual PDOStatement 複数の行セットを返す ... unt() - 結果セット中のカラム数を返す PDOStatement::execute() - プリペアドステートメントを実行する PDOStatemen ...
https://man.plustar.jp/php/pdostatement.nextrowset.html - [similar]
PHP Data Objects 3135
« odbc_tables はじめに » PHP Manual 抽象化レイヤー PHP Data Objects PHP Data Objects はじめに イ ... 操作に関連する拡張エラー情報を取得する PDOStatement::execute — プリペアドステートメントを実行する PDOStatement: ...
https://man.plustar.jp/php/book.pdo.html - [similar]
SQLite3 3135
« PgSql\Lob はじめに » PHP Manual ベンダー固有のモジュール SQLite3 SQLite3 はじめに インストール ... — SQLite3Stmt オブジェクトを構築する SQLite3Stmt::execute — プリペアドステートメントを実行し、結果セットオブ ...
https://man.plustar.jp/php/book.sqlite3.html - [similar]
ODBC (Unified) 3135
« dba_sync はじめに » PHP Manual 抽象化レイヤー ODBC (Unified) ODBC (Unified) はじめに インストー ... ッセージを得る odbc_exec — SQL文を直接実行する odbc_execute — プリペアドステートメントを実行する odbc_fetch_ar ...
https://man.plustar.jp/php/book.uodbc.html - [similar]
Yet Another Framework (Yaf) 3135
« yaml_parse はじめに » PHP Manual その他の基本モジュール Yet Another Framework (Yaf) Yet Anothe ... ication::environ — 環境を取得する Yaf_Application::execute — コールバックを実行する Yaf_Application::getAppDi ... — Yaf_Action_Abstract クラス Yaf_Action_Abstract::execute — アクションのエントリポイント Yaf_Action_Abstract ...
https://man.plustar.jp/php/book.yaf.html - [similar]
コマンドラインオプション 3135
« 他の SAPI との違い Usage » PHP Manual コマンドラインの使用法 コマンドラインオプション コマンド ... ormation for debugger/profiler -f <file> Parse and execute <file>. -h This help -i PHP information -l Syntax ... HP <code> for every input line -F <file> Parse and execute <file> for every input line -E <end_code> Run PHP ...
https://man.plustar.jp/php/features.commandline.options.html - [similar]
結果セット内の行を表す、カラム名をインデックスとする配列を返す 3135
« db2_fetch_array db2_fetch_both » PHP Manual IBM DB2 関数 結果セット内の行を表す、カラム名をイン ... stmt = db2_prepare ( $conn , $sql ); $result = db2_execute ( $stmt ); while ( $row = db2_fetch_assoc ( $stmt ...
https://man.plustar.jp/php/function.db2-fetch-assoc.html - [similar]
結果セット内の行を表す、カラムをプロパティとするオブジェクトを返す 3135
« db2_fetch_both db2_fetch_row » PHP Manual IBM DB2 関数 結果セット内の行を表す、カラムをプロパテ ... conn ) { $stmt = db2_prepare ( $conn , $sql ); db2_execute ( $stmt , array( 0 )); while ( $pet = db2_fetch_ob ...
https://man.plustar.jp/php/function.db2-fetch-object.html - [similar]