検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 532 for execute (0.039 sec.)
直近の操作から生じた警告を取得する 4268
« RowResult::getColumns RowResult::getWarningsCount » PHP Manual mysql_xdevapi\RowResult 直近の操 ... st" ); $session -> sql ( "CREATE DATABASE foo" )-> execute (); $session -> sql ( "CREATE TABLE foo.test_table ... (x int)" )-> execute (); $schema = $session -> getSchema ( "foo" ); $ta ... sert ([ 'x' ])-> values ([ 1 ])-> values ([ 2 ])-> execute (); $res = $table -> select ([ 'x/0 as bad_x' ])-> ... execute (); $warnings = $res -> getWarnings (); print_r ( ...
https://man.plustar.jp/php/mysql-xdevapi-rowresult.getwarnings.html - [similar]
スキーマに属する全てのコレクションを取得する 4268
« Schema::getCollectionAsTable Schema::getName » PHP Manual mysql_xdevapi\Schema スキーマに属する ... -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> execute (); $session -> sql ( "CREATE DATABASE addressbook ... " )-> execute (); $schema = $session -> getSchema ( "addressbook ... e": "Fred", "age": 21, "job": "Construction"}' )-> execute (); $collect -> add ( '{"name": "Wilma", "age": 23 ... , "job": "Teacher"}' )-> execute (); $collections = $schema -> getCollections (); v ...
https://man.plustar.jp/php/mysql-xdevapi-schema.getcollections.html - [similar]
Commit a transaction 4229
« cubrid_column_types cubrid_connect_with_url » PHP Manual CUBRID 関数 Commit a transaction cubr ... er ): bool The cubrid_commit() function is used to execute commit on the transaction pointed by conn_identifi ... "localhost" , 33000 , "demodb" , "dba" ); @ cubrid_execute ( $conn , "DROP TABLE publishers" ); $sql = <<<EOD ... rid_set_autocommit ( $conn , false ); if (! cubrid_execute ( $conn , $sql )) { printf ( "Error facility: %d\n ... , 5 , $country_list [ $i ]); if (!( $ret = cubrid_execute ( $req ))) { break; } } if (! $ret ) { cubrid_roll ...
https://man.plustar.jp/php/function.cubrid-commit.html - [similar]
Export the lob object to a file 4229
« cubrid_lob2_close cubrid_lob2_import » PHP Manual CUBRID 関数 Export the lob object to a file ... calhost" , 33000 , "demodb" , "dba" , "" ); cubrid_execute ( $conn , "DROP TABLE if exists doc" ); cubrid_exe ... TE TABLE doc (id INT, doc_content CLOB)" ); cubrid_execute ( $conn , "INSERT INTO doc VALUES (5,'hello,cubrid ... id_prepare ( $conn , "select * from doc" ); cubrid_execute ( $req ); cubrid_move_cursor ( $req , 1 , CUBRID_C ...
https://man.plustar.jp/php/function.cubrid-lob2-export.html - [similar]
CLOB や BLOB ごとにプリフェッチするデータサイズを設定する 4229
« oci_set_module_name oci_set_prefetch » PHP Manual OCI8 関数 CLOB や BLOB ごとにプリフェッチする ... ce $statement , int $prefetch_lob_size ): bool oci_execute() を使って成功したクエリや、 その後に実行されるデー ... ETURN_LOBS を使って返される LOB に影響します。 oci_execute() をコールする前に、 oci_set_prefetch_lob() をコー ... す。 パラメータ statement oci_parse() で作成して oci_execute() で実行した有効な OCI8 ステートメント ID、 あるい ... _lob ( $stid , 100000 ); // Set before calling oci_execute() oci_execute ( $stid ); echo "<table border='1'>\ ...
https://man.plustar.jp/php/function.oci-set-prefetch-lob.html - [similar]
Execute a database query 4229
« MongoDB\Driver\Manager::executeCommand MongoDB\Driver\Manager::executeReadCommand » PHP Manual ... MongoDB\Driver\Manager Execute a database query MongoDB\Driver\Manager::executeQu ... ery (mongodb >=1.0.0) MongoDB\Driver\Manager::executeQuery — Execute a database query 説明 final public ... MongoDB\Driver\Manager::executeQuery ( string $namespace , MongoDB\Driver\Query $q ... erver according to the "readPreference" option and executes the query on that server. By default, the read pr ...
https://man.plustar.jp/php/mongodb-driver-manager.executequery.html - [similar]
直近の操作の警告を取得する 4229
« mysql_xdevapi\BaseResult BaseResult::getWarningsCount » PHP Manual mysql_xdevapi\BaseResult 直 ... st" ); $session -> sql ( "CREATE DATABASE foo" )-> execute (); $session -> sql ( "CREATE TABLE foo.test_table ... (x int)" )-> execute (); $schema = $session -> getSchema ( "foo" ); $ta ... sert ([ 'x' ])-> values ([ 1 ])-> values ([ 2 ])-> execute (); $res = $table -> select ([ 'x/0 as bad_x' ])-> ... execute (); $warnings = $res -> getWarnings (); print_r ( ...
https://man.plustar.jp/php/mysql-xdevapi-baseresult.getwarnings.html - [similar]
ドキュメントをひとつ取得 4229
« Collection::getName Collection::getSchema » PHP Manual mysql_xdevapi\Collection ドキュメントを ... トです: Collection.find("_id = :id").bind("id", id).execute().fetchOne(); パラメータ id コレクションのドキュメ ... -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> execute (); $session -> sql ( "CREATE DATABASE addressbook ... " )-> execute (); $schema = $session -> getSchema ( "addressbook ... "name": "Alfred", "age": 42, "job": "Butler"}' )-> execute (); // A unique _id is (by default, and recommende ...
https://man.plustar.jp/php/mysql-xdevapi-collection.getone.html - [similar]
直近の操作から発生した警告を取得する 4229
« Result::getGeneratedIds Result::getWarningsCount » PHP Manual mysql_xdevapi\Result 直近の操作か ... st" ); $session -> sql ( "CREATE DATABASE foo" )-> execute (); $session -> sql ( "CREATE TABLE foo.test_table ... (x int)" )-> execute (); $schema = $session -> getSchema ( "foo" ); $ta ... sert ([ 'x' ])-> values ([ 1 ])-> values ([ 2 ])-> execute (); $res = $table -> select ([ 'x/0 as bad_x' ])-> ... execute (); $warnings = $res -> getWarnings (); print_r ( ...
https://man.plustar.jp/php/mysql-xdevapi-result.getwarnings.html - [similar]
コレクションをテーブルオブジェクトとして取得する 4229
« Schema::getCollection Schema::getCollections » PHP Manual mysql_xdevapi\Schema コレクションをテ ... -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> execute (); $session -> sql ( "CREATE DATABASE addressbook ... " )-> execute (); $schema = $session -> getSchema ( "addressbook ... e": "Fred", "age": 21, "job": "Construction"}' )-> execute (); $collect -> add ( '{"name": "Wilma", "age": 23 ... , "job": "Teacher"}' )-> execute (); $table = $schema -> getCollectionAsTable ( "pe ...
https://man.plustar.jp/php/mysql-xdevapi-schema.getcollectionastable.html - [similar]