検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 532 for execute (0.035 sec.)
Delete an instance using OID 4532
« cubrid_disconnect cubrid_error_code_facility » PHP Manual CUBRID 関数 Delete an instance using ... nnect ( "localhost" , 33000 , "demodb" ); @ cubrid_execute ( $conn , "DROP TABLE foo" ); cubrid_execute ( $co ... T, b set(int), c list(int), d char(10))" ); cubrid_execute ( $conn , "INSERT INTO foo(a, b, c, d) VALUES(1, { ... 1,2,3}, {11,22,33,333}, 'a')" ); cubrid_execute ( $conn , "INSERT INTO foo(a, b, c, d) VALUES(2, { ... 4,5,7}, {44,55,66,666}, 'b')" ); $req = cubrid_execute ( $conn , "SELECT * FROM foo" , CUBRID_INCLUDE_OID ...
https://man.plustar.jp/php/function.cubrid-drop.html - [similar]
実行用に文を準備する 4532
« odbc_pconnect odbc_primarykeys » PHP Manual ODBC 関数 実行用に文を準備する odbc_prepare (PHP 4 ... e 実行用に文を準備します。 結果 ID は、この後 odbc_execute() で命令を実行する際に使用することができます。 (IB ... ます。 エラー時には、 false を返します。 例 例1 odbc_execute() および odbc_prepare() の例 次のコードは、myproc ... ( $conn , 'CALL myproc(?,?,?)' ); $success = odbc_execute ( $stmt , array( $a , $b , $c )); ?> INOUT や OUT ... cle なら oci8 ) を使うようにしましょう。 参考 odbc_execute() - プリペアドステートメントを実行する 関連キーワー ...
https://man.plustar.jp/php/function.odbc-prepare.html - [similar]
Execute operation with EXCLUSIVE LOCK 4532
« CollectionFind::limit CollectionFind::lockShared » PHP Manual mysql_xdevapi\CollectionFind Execute ... ht only be in Git) CollectionFind::lockExclusive — Execute operation with EXCLUSIVE LOCK 説明 public mysql_xd ... tion -> find ( "age > 50" ) -> lockExclusive () -> execute (); // ... do an operation on the object // Comple ... mit (); ?> 関連キーワード: CollectionFind , LOCK , Execute , EXCLUSIVE , operation , ロック , lockExclusive , ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.lockexclusive.html - [similar]
全ての行を取得する 4532
« DocResult::__construct DocResult::fetchOne » PHP Manual mysql_xdevapi\DocResult 全ての行を取得 ... -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> execute (); $session -> sql ( "CREATE DATABASE addressbook ... " )-> execute (); $schema = $session -> getSchema ( "addressbook ... "name": "Alfred", "age": 18, "job": "Butler"}' )-> execute (); $create -> add ( '{"name": "Reginald", "age": ... 42, "job": "Butler"}' )-> execute (); // ... $collection = $schema -> getCollection ...
https://man.plustar.jp/php/mysql-xdevapi-docresult.fetchall.html - [similar]
直近の操作で発生した警告の数を取得する 4532
« DocResult::getWarnings mysql_xdevapi\Exception » PHP Manual mysql_xdevapi\DocResult 直近の操作 ... -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> execute (); $session -> sql ( "CREATE DATABASE addressbook ... " )-> execute (); $schema = $session -> getSchema ( "addressbook ... "name": "Alfred", "age": 18, "job": "Butler"}' )-> execute (); $create -> add ( '{"name": "Reginald", "age": ... 42, "job": "Butler"}' )-> execute (); // ... $collection = $schema -> getCollection ...
https://man.plustar.jp/php/mysql-xdevapi-docresult.getwarningscount.html - [similar]
返される要素の数から、与えられた数をスキップする 4493
« CollectionFind::lockShared CollectionFind::sort » PHP Manual mysql_xdevapi\CollectionFind 返さ ... -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> execute (); $session -> sql ( "CREATE DATABASE addressbook ... " )-> execute (); $schema = $session -> getSchema ( "addressbook ... name": "Alfred", "age": 18, "job": "Butler"}' ) -> execute (); $create -> add ( '{"name": "Reginald", "age": ... 42, "job": "Butler"}' ) -> execute (); // ... $collection = $schema -> getCollection ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.offset.html - [similar]
配列のフィールドに要素を追加する 4493
« mysql_xdevapi\CollectionModify CollectionModify::arrayInsert » PHP Manual mysql_xdevapi\Collec ... -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> execute (); $session -> sql ( "CREATE DATABASE addressbook ... " )-> execute (); $schema = $session -> getSchema ( "addressbook ... ", "traits": ["Friend", "Brother", "Human"]}' ) -> execute (); $collection -> modify ( "name in ('Bernie', 'J ... ane')" ) -> arrayAppend ( 'traits' , 'Happy' ) -> execute (); $result = $collection -> find () -> execute () ...
https://man.plustar.jp/php/mysql-xdevapi-collectionmodify.arrayappend.html - [similar]
行の数を取得する 4493
« Table::__construct Table::delete » PHP Manual mysql_xdevapi\Table 行の数を取得する Table::coun ... -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> execute (); $session -> sql ( "CREATE DATABASE addressbook ... " )-> execute (); $session -> sql ( "CREATE TABLE addressbook.na ... mes(name text, age int)" )-> execute (); $session -> sql ( "INSERT INTO addressbook.nam ... es values ('John', 42), ('Sam', 33)" )-> execute (); $schema = $session -> getSchema ( "addressbook ...
https://man.plustar.jp/php/mysql-xdevapi-table.count.html - [similar]
プリペアドステートメントおよびストアドプロシージャ 4493
« トランザクションおよび自動コミット エラーおよびエラー処理 » PHP Manual PDO プリペアドステートメ ... 行を挿入します $name = 'one' ; $value = 1 ; $stmt -> execute (); // パラメータを変更し、別の行を挿入します $nam ... e = 'two' ; $value = 2 ; $stmt -> execute (); ?> 例2 プリペアドステートメントを使用して、繰り ... 行を挿入します $name = 'one' ; $value = 1 ; $stmt -> execute (); // パラメータを変更し、別の行を挿入します $nam ... e = 'two' ; $value = 2 ; $stmt -> execute (); ?> 例3 プリペアドステートメントを使用してデータ ...
https://man.plustar.jp/php/pdo.prepared-statements.html - [similar]
CollectionAdd クラス 4462
« Collection::replaceOne CollectionAdd::__construct » PHP Manual Mysql_xdevapi CollectionAdd クラ ... s mysql_xdevapi\Executable { /* メソッド */ public execute (): mysql_xdevapi\Result } 目次 CollectionAdd::__c ... ct — CollectionAdd のコンストラクタ CollectionAdd::execute — ステートメントを実行する 関連キーワード: Collect ... ionAdd , クラス , xdevapi , construct , execute , Collection , replaceOne , Mysql , 概要 , impleme ...
https://man.plustar.jp/php/class.mysql-xdevapi-collectionadd.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT