検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 532 for execute (0.017 sec.)
スキーマのセッションを取得する 3663
« Schema::getName Schema::getTable » PHP Manual mysql_xdevapi\Schema スキーマのセッションを取得す ... -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> execute (); $session -> sql ( "CREATE DATABASE addressbook ... " )-> execute (); $schema = $session -> getSchema ( "addressbook ...
https://man.plustar.jp/php/mysql-xdevapi-schema.getsession.html - [similar]
3663
« 変更履歴 Mysql_xdevapi 関数 » PHP Manual Mysql_xdevapi 例 例 X DevAPI の中心的なエントリポイン ... xample" ); $collection -> add ( $marco , $mike )-> execute (); var_dump ( $collection -> find ( "name = 'Mike ... '" )-> execute ()-> fetchOne ()); ?> 上の例の出力は、 たとえば以下 ... を走査する <?php $result = $collection -> find ()-> execute (); foreach ( $result as $doc ) { echo " ${ doc [ ...
https://man.plustar.jp/php/mysql-xdevapi.examples.html - [similar]
直近のステートメントのエラー内容を文字列で返す 3663
« mysqli_stmt::$error_list mysqli_stmt::execute » PHP Manual mysqli_stmt 直近のステートメントのエ ... LE myCountry" ); /* クエリを実行します */ $stmt -> execute (); printf ( "Error: %s.\n" , $stmt -> error ); /* ... myCountry" ); /* クエリを実行します */ mysqli_stmt_execute ( $stmt ); printf ( "Error: %s.\n" , mysqli_stmt_e ...
https://man.plustar.jp/php/mysqli-stmt.error.html - [similar]
カーソルを閉じてステートメントを再実行できるようにする 3663
« PDOStatement::bindValue PDOStatement::columnCount » PHP Manual PDOStatement カーソルを閉じてス ... FROM foobar' ); /* 最初の文を実行する */ $stmt -> execute (); /* 結果から先頭行のみフェッチする */ $stmt -> ... こで第二の文を実行することができる */ $otherStmt -> execute (); ?> 参考 PDOStatement::execute() - プリペアドス ...
https://man.plustar.jp/php/pdostatement.closecursor.html - [similar]
The parallel\Runtime class 3632
« parallel\run parallel\Runtime::__construct » PHP Manual parallel The parallel\Runtime class Th ... for tasks to be scheduled: Scheduled tasks will be executed FIFO and then the thread will resume waiting unti ... normal scoping rules of PHP objects, it will first execute all of the tasks that were scheduled, and block wh ... uct () public __construct ( string $bootstrap ) /* Execute */ public run ( Closure $task ): ? Future public r ...
https://man.plustar.jp/php/class.parallel-runtime.html - [similar]
クエリの次の行を内部バッファに取得する 3632
« oci_fetch_row oci_field_is_null » PHP Manual OCI8 関数 クエリの次の行を内部バッファに取得する ... い。 パラメータ statement oci_parse() で作成して oci_execute() で実行した有効な OCI8 ステートメント ID、 あるい ... oci_define_by_name ( $stid , 'CITY' , $city ); oci_execute ( $stid ); // フェッチするたびに、次の行のデータが ... < 1200' ; $stid = oci_parse ( $conn , $sql ); oci_execute ( $stid ); while ( oci_fetch ( $stid )) { echo oci ...
https://man.plustar.jp/php/function.oci-fetch.html - [similar]
アトリビュートの概要 3632
« アトリビュート アトリビュートの文法 » PHP Manual アトリビュート アトリビュートの概要 アトリビュ ... する <?php interface ActionHandler { public function execute (); } #[Attribute] class SetUp {} class CopyFile i ... rectory is not a directory" ); } } public function execute () { copy ( $this -> fileName , $this -> targetDir ... /' . basename ( $this -> fileName )); } } function executeAction ( ActionHandler $actionHandler ) { $reflecti ... onHandler -> $methodName (); } } $actionHandler -> execute (); } $copyAction = new CopyFile (); $copyAction - ...
https://man.plustar.jp/php/language.attributes.overview.html - [similar]
スキーマオブジェクトを得る 3632
« Collection::getOne Collection::getSession » 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.getschema.html - [similar]
セッションオブジェクトを取得 3632
« Collection::getSchema Collection::modify » 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.getsession.html - [similar]
セーブポイントまでトランザクションをロールバックする 3632
« Session::rollback Session::setSavepoint » PHP Manual mysql_xdevapi\Session セーブポイントまでト ... $collection -> add ( '{"test1":1, "test2":2}' )-> execute (); $savepoint1 = $session -> setSavepoint (); $co ... llection -> add ( '{"test3":3, "test4":4}' )-> execute (); $savepoint2 = $session -> setSavepoint (); $se ...
https://man.plustar.jp/php/mysql-xdevapi-session.rollbackto.html - [similar]