検索

phrase: max: clip:
target: order:
Results of 321 - 330 of about 532 for execute (0.030 sec.)
Functional API 3399
« Philosophy parallel\bootstrap » PHP Manual parallel Functional API Functional API The parallel ... provides the guarantee that the task will begin to execute in parallel as soon as allowed by hardware and ope ...
https://man.plustar.jp/php/functional.parallel.html - [similar]
Get function name 3399
« GearmanJob::fail GearmanJob::handle » PHP Manual GearmanJob Get function name GearmanJob::func ... e for this job. This is the function the work will execute to perform the job. パラメータ この関数にはパラメー ...
https://man.plustar.jp/php/gearmanjob.functionname.html - [similar]
関数・メソッド 3399
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッ ... truct - Collection のコンストラクタ CollectionAdd::execute - ステートメントを実行する CollectionAdd::__constr ... のプレースホルダーに値をバインドする CollectionFind::execute - ステートメントを実行する CollectionFind::fields ... メントの数を限定する CollectionFind::lockExclusive - Execute operation with EXCLUSIVE LOCK CollectionFind::lock ... プレースホルダーに値をバインドする CollectionModify::execute - 変更の操作を実行する CollectionModify::limit - 変 ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
コレクションにインデックスを作成 3399
« Collection::count Collection::dropIndex » PHP Manual mysql_xdevapi\Collection コレクションにイ ... -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> execute (); $session -> sql ( "CREATE DATABASE addressbook ... " )-> execute (); $schema = $session -> getSchema ( "addressbook ...
https://man.plustar.jp/php/mysql-xdevapi-collection.createindex.html - [similar]
ステートメントの結果セットの任意の行に移動する 3399
« mysqli_stmt::__construct mysqli_stmt::$errno » PHP Manual mysqli_stmt ステートメントの結果セッ ... re ( $query )) { /* クエリを実行します */ $stmt -> execute (); /* 結果変数をバインドします */ $stmt -> bind_r ... , $query )) { /* クエリを実行します */ mysqli_stmt_execute ( $stmt ); /* 結果変数をバインドします */ mysqli_s ...
https://man.plustar.jp/php/mysqli-stmt.data-seek.html - [similar]
直近のステートメントのコールに関するエラーコードを返す 3399
« mysqli_stmt::data_seek mysqli_stmt::$error_list » PHP Manual mysqli_stmt 直近のステートメントの ... LE myCountry" ); /* クエリを実行します */ $stmt -> execute (); printf ( "Error: %d.\n" , $stmt -> errno ); /* ... myCountry" ); /* クエリを実行します */ mysqli_stmt_execute ( $stmt ); printf ( "Error: %d.\n" , mysqli_stmt_e ...
https://man.plustar.jp/php/mysqli-stmt.errno.html - [similar]
直近で実行したステートメントからのエラーの一覧を返す 3399
« mysqli_stmt::$errno mysqli_stmt::$error » PHP Manual mysqli_stmt 直近で実行したステートメントか ... LE myCountry" ); /* クエリを実行します */ $stmt -> execute (); echo "Error:\n" ; print_r ( $stmt -> error_lis ... myCountry" ); /* クエリを実行します */ mysqli_stmt_execute ( $stmt ); echo "Error:\n" ; print_r ( mysql_stmt_ ...
https://man.plustar.jp/php/mysqli-stmt.error-list.html - [similar]
定義済み定数 3399
« 実行時設定 例 » PHP Manual OCI8 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... で取得するために使います。 OCI_COMMIT_ON_SUCCESS oci_execute() のステートメント実行モード。 ステートメントが成功 ... AUTO_COMMIT を参照ください。 OCI_DESCRIBE_ONLY oci_execute() のステートメント実行モード。 このモードをは、カラ ... CILob::flush と併用します。 OCI_NO_AUTO_COMMIT oci_execute() のステートメント実行モード。 このモードでは、トラ ...
https://man.plustar.jp/php/oci8.constants.html - [similar]
CUBRID 関数 3399
« 例 cubrid_bind » PHP Manual CUBRID CUBRID 関数 CUBRID 関数 目次 cubrid_bind — Bind variables t ... r message for the most recent function call cubrid_executeExecute a prepared SQL statement cubrid_fetch — ...
https://man.plustar.jp/php/ref.cubrid.html - [similar]
SQLite3Stmt オブジェクトを構築する 3399
« SQLite3Stmt::close SQLite3Stmt::execute » PHP Manual SQLite3Stmt SQLite3Stmt オブジェクトを構築 ...
https://man.plustar.jp/php/sqlite3stmt.construct.html - [similar]