検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 532 for execute (0.014 sec.)
のエイリアス ibase_name_result 4400
« fbird_modify_user fbird_num_fields » PHP Manual Firebird/InterBase 関数 のエイリアス ibase_nam ... fbird_prepare() - のエイリアス ibase_prepare fbird_execute() - のエイリアス ibase_execute 関連キーワード: iba ... se , result , fbird , 関数 , prepare , execute , modify , user , num , fields ...
https://man.plustar.jp/php/function.fbird-name-result.html - [similar]
コレクションにドキュメントを追加する 4400
« mysql_xdevapi\Collection Collection::addOrReplaceOne » PHP Manual mysql_xdevapi\Collection コレ ... ストを得るための Result オブジェクトを得るためには、 execute() を使ってください。 例 例1 mysql_xdevapi\Collecti ... -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> execute (); $session -> sql ( "CREATE DATABASE addressbook ... " )-> execute (); $schema = $session -> getSchema ( "addressbook ... e": "Fred", "age": 21, "job": "Construction"}' )-> execute (); $collection -> add ( '{"name": "Wilma", "age": ...
https://man.plustar.jp/php/mysql-xdevapi-collection.add.html - [similar]
クエリのプレースホルダーに値をバインドする 4400
« CollectionModify::arrayInsert CollectionModify::__construct » PHP Manual mysql_xdevapi\Collect ... -> 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 = :name" ) -> bi ... ernie' ]) -> arrayAppend ( 'traits' , 'Happy' ) -> execute (); $result = $collection -> find () -> execute () ...
https://man.plustar.jp/php/mysql-xdevapi-collectionmodify.bind.html - [similar]
テーブルスキーマを取得する 4400
« Table::getName Table::getSession » PHP Manual mysql_xdevapi\Table テーブルスキーマを取得する T ... -> 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.getschema.html - [similar]
Prepares and executes a query 4361
« sqlsrv_prepare sqlsrv_rollback » PHP Manual SQLSRV 関数 Prepares and executes a query sqlsrv_q ... might only be in Git) sqlsrv_query — Prepares and executes a query 説明 sqlsrv_query ( resource $conn , stri ... ams = ? , array $options = ? ): mixed Prepares and executes a query. パラメータ conn A connection resource re ... e string that defines the query to be prepared and executed. params An array specifying parameter information ... true )); } ?> 注意 For statements that you plan to execute only once, use sqlsrv_query() . If you intend to r ...
https://man.plustar.jp/php/function.sqlsrv-query.html - [similar]
クエリのプレースホルダーに値をバインドする 4361
« mysql_xdevapi\CollectionFind CollectionFind::__construct » PHP Manual mysql_xdevapi\Collection ... ェクト。 または、Result オブジェクトを取得するために execute() とチェインさせることもできます。 例 例1 mysql_xd ... -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> execute (); $session -> sql ( "CREATE DATABASE addressbook ... " )-> execute (); $schema = $session -> getSchema ( "addressbook ... name": "Alfred", "age": 18, "job": "Butler"}' ) -> execute (); // ... $collection = $schema -> getCollection ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.bind.html - [similar]
配列のフィールドに要素を挿入する 4361
« CollectionModify::arrayAppend CollectionModify::bind » PHP Manual mysql_xdevapi\CollectionModi ... -> 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 ... e')" ) -> arrayInsert ( 'traits[1]' , 'Happy' ) -> execute (); $result = $collection -> find () -> execute () ...
https://man.plustar.jp/php/mysql-xdevapi-collectionmodify.arrayinsert.html - [similar]
テーブルを操作するためのセッションを取得する 4361
« Table::getSchema Table::insert » PHP Manual mysql_xdevapi\Table テーブルを操作するためのセッシ ... -> 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.getsession.html - [similar]
テーブルがビューかどうかを調べる 4361
« Table::insert Table::select » PHP Manual mysql_xdevapi\Table テーブルがビューかどうかを調べる ... -> 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.isview.html - [similar]
4361
« 定義済み定数 OCI8 接続のハンドリングおよびプーリング » PHP Manual OCI8 例 例 これらの例では HR ... , E_USER_ERROR ); } // クエリを実行します $r = oci_execute ( $stid ); if (! $r ) { $e = oci_error ( $stid ); ... nd_by_name ( $stid , ':mydata' , $data ); $r = oci_execute ( $stid ); // 実行してコミットします if ( $r ) { p ... ci_bind_by_name ( $stid , ':didbv' , $didbv ); oci_execute ( $stid ); while (( $row = oci_fetch_array ( $stid ... stid , ":myclob" , $clob , - 1 , OCI_B_CLOB ); oci_execute ( $stid , OCI_NO_AUTO_COMMIT ); // PHP <= 5.3.1 で ...
https://man.plustar.jp/php/oci8.examples.html - [similar]