検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 532 for execute (0.134 sec.)
クエリの次の行をオブジェクトとして返す 3701
« oci_fetch_assoc oci_fetch_row » PHP Manual OCI8 関数 クエリの次の行をオブジェクトとして返す oc ... い。 パラメータ statement oci_parse() で作成して oci_execute() で実行した有効な OCI8 ステートメント ID、 あるい ... $conn , 'SELECT id, description FROM mytab' ); oci_execute ( $stid ); while (( $row = oci_fetch_object ( $sti ... n , 'SELECT id, "MyDescription" FROM mytab' ); oci_execute ( $stid ); while (( $row = oci_fetch_object ( $sti ... $conn , 'SELECT id, description FROM mytab' ); oci_execute ( $stid ); while (( $row = oci_fetch_object ( $sti ...
https://man.plustar.jp/php/function.oci-fetch-object.html - [similar]
Gets previously set hook on function or method 3701
« uopz_get_exit_status uopz_get_mock » PHP Manual Uopz 関数 Gets previously set hook on function ... ure)#2 (0) { } 参考 uopz_set_hook() - Sets hook to execute when entering a function or method uopz_unset_hook ... y , or , string , Closure , Usage , unset , when , execute ...
https://man.plustar.jp/php/function.uopz-get-hook.html - [similar]
Basic usage for LuaSandbox 3701
« 例 LuaSandbox » PHP Manual 例 Basic usage for LuaSandbox Basic usage for LuaSandbox Once you'v ... aSandbox to safely run user-provided Lua code. 例1 Execute some Lua code <?php $sandbox = new LuaSandbox ; $s ... oxRuntimeError ( "Something is wrong" ); } ] ); // Execute some Lua code, including callbacks into PHP and in ...
https://man.plustar.jp/php/luasandbox.examples-basic.html - [similar]
コレクションの名前を得る 3701
« Collection::find Collection::getOne » 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.getname.html - [similar]
削除するドキュメントの数を限定する 3701
« CollectionRemove::execute CollectionRemove::sort » PHP Manual mysql_xdevapi\CollectionRemove 削 ... limit ( 5 )-> sort ([ 'age desc' , 'name asc' ])-> execute (); ?> 関連キーワード: 削除 , CollectionRemove , 限 ...
https://man.plustar.jp/php/mysql-xdevapi-collectionremove.limit.html - [similar]
スキーマの名前を取得する 3701
« Schema::getCollections Schema::getSession » 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.getname.html - [similar]
設定されたセーブポイントをリリースする 3701
« Session::quoteName Session::rollback » PHP Manual mysql_xdevapi\Session 設定されたセーブポイン ... $collection -> add ( '{"test1":1, "test2":2}' )-> execute (); $savepoint = $session -> setSavepoint (); $col ... lection -> add ( '{"test3":3, "test4":4}' )-> execute (); $session -> releaseSavepoint ( $savepoint ); $ ...
https://man.plustar.jp/php/mysql-xdevapi-session.releasesavepoint.html - [similar]
トランザクションをロールバックする 3701
« Session::releaseSavepoint Session::rollbackTo » PHP Manual mysql_xdevapi\Session トランザクショ ... $collection -> add ( '{"test1":1, "test2":2}' )-> execute (); $savepoint = $session -> setSavepoint (); $col ... lection -> add ( '{"test3":3, "test4":4}' )-> execute (); $session -> releaseSavepoint ( $savepoint ); $ ...
https://man.plustar.jp/php/mysql-xdevapi-session.rollback.html - [similar]
トランザクションを開始する 3701
« Session::sql mysql_xdevapi\SqlStatement » PHP Manual mysql_xdevapi\Session トランザクションを開 ... $collection -> add ( '{"test1":1, "test2":2}' )-> execute (); $savepoint = $session -> setSavepoint (); $col ... lection -> add ( '{"test3":3, "test4":4}' )-> execute (); $session -> releaseSavepoint ( $savepoint ); $ ...
https://man.plustar.jp/php/mysql-xdevapi-session.starttransaction.html - [similar]
更新する行の数を限定する 3701
« TableUpdate::execute TableUpdate::orderby » PHP Manual mysql_xdevapi\TableUpdate 更新する行の数 ... ( 4 ) -> orderby ([ 'age asc' , 'name desc' ]) -> execute (); ?> 関連キーワード: 更新 , TableUpdate , 限定 , ...
https://man.plustar.jp/php/mysql-xdevapi-tableupdate.limit.html - [similar]