検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 532 for execute (0.005 sec.)
削除する行を限定する 5191
« TableDelete::execute TableDelete::orderby » PHP Manual mysql_xdevapi\TableDelete 削除する行を限 ... -> 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-tabledelete.limit.html - [similar]
Execute a database command that reads and writes on this server 5160
« MongoDB\Driver\Server::executeReadCommand MongoDB\Driver\Server::executeWriteCommand » PHP Man ... ual MongoDB\Driver\Server Execute a database command that reads and writes on this s ... erver MongoDB\Driver\Server::executeReadWriteCommand (mongodb >=1.4.0) MongoDB\Driver\S ... erver::executeReadWriteCommand — Execute a database command that ... is server 説明 final public MongoDB\Driver\Server::executeReadWriteCommand ( string $db , MongoDB\Driver\Comm ...
https://man.plustar.jp/php/mongodb-driver-server.executereadwritecommand.html - [similar]
ドキュメントを検索する 5160
« Collection::existsInDatabase Collection::getName » PHP Manual mysql_xdevapi\Collection ドキュメ ... -> 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 -> add ( '{"name": "Bob", "age": 1 ... 9, "job": "Swimmer"}' )-> execute (); $collection -> add ( '{"name": "Fred", "age": ...
https://man.plustar.jp/php/mysql-xdevapi-collection.find.html - [similar]
テーブルに行を挿入する 5129
« Table::getSession Table::isView » PHP Manual mysql_xdevapi\Table テーブルに行を挿入する Table: ... オブジェクトを返します。 insert 文を実行するには、 execute() メソッドを使ってください。 例 例1 mysql_xdevapi\ ... -> 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 ...
https://man.plustar.jp/php/mysql-xdevapi-table.insert.html - [similar]
CollectionModify のコンストラクタ 5098
« CollectionModify::bind CollectionModify::execute » PHP Manual mysql_xdevapi\CollectionModify C ... -> 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.construct.html - [similar]
プリペアドステートメントを実行する 5098
« PDOStatement::errorInfo PDOStatement::fetch » PHP Manual PDOStatement プリペアドステートメント ... を実行する PDOStatement::execute (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.1.0) ... PDOStatement::execute — プリペアドステートメントを実行する 説明 public P ... DOStatement::execute ( ? array $params = null ): bool プリペアドステート ... > bindValue ( ':colour' , "% $colour %" ); $sth -> execute (); ?> 例2 名前付きの値を伴うプリペアドステートメン ...
https://man.plustar.jp/php/pdostatement.execute.html - [similar]
未解決のデータベーストランザクションをロールバックする 5059
« oci_result oci_server_version » PHP Manual OCI8 関数 未解決のデータベーストランザクションをロー ... 最初の SQL 文が OCI_NO_AUTO_COMMIT フラグつきの oci_execute() で実行されたときです。 それ以降、他の文で実行され ... います。これらふたつのフラグは同じ意味です $r = oci_execute ( $stid , OCI_NO_AUTO_COMMIT ); if (! $r ) { $e = ... NTO myschedule (startday) VALUES (12)' ); $r = oci_execute ( $stid , OCI_NO_AUTO_COMMIT ); if (! $r ) { $e = ... arse ( $conn , 'UPDATE mytab SET id = 1111' ); oci_execute ( $stid , OCI_NO_AUTO_COMMIT ); // セーブポイントを ...
https://man.plustar.jp/php/function.oci-rollback.html - [similar]
Execute multiple tasks concurrently. 5059
« Swoole\Server::taskwait Swoole\Server::tick » PHP Manual Swoole\Server Execute multiple tasks ... CL swoole >= 1.9.0) Swoole\Server::taskWaitMulti — Execute multiple tasks concurrently. 説明 public Swoole\Se ... ータ tasks timeout_ms 戻り値 関連キーワード: tasks , Execute , multiple , concurrently , Swoole , Server , task ...
https://man.plustar.jp/php/swoole-server.taskwaitmulti.html - [similar]
プリペアドステートメントを実行する 5028
« db2_exec db2_fetch_array » PHP Manual IBM DB2 関数 プリペアドステートメントを実行する db2_execute ... ute (PECL ibm_db2 >= 1.0.0) db2_execute — プリペアドステートメントを実行する 説明 db2_exec ... resource $stmt , array $parameters = ? ): bool db2_execute() は、 db2_prepare() で準備された SQL 文を実行しま ... す。 db2_exec() の代わりに db2_prepare() および db2_execute() を使用することの利点については、 db2_prepare() で ... 備し、 入力値の配列を含む配列を順に処理しながら db2_execute() に値を渡します。 <?php $pet = array( 0 , 'cat' , ...
https://man.plustar.jp/php/function.db2-execute.html - [similar]
SqlStatement クラス 4997
« Session::startTransaction SqlStatement::bind » PHP Manual Mysql_xdevapi SqlStatement クラス Sq ... l_xdevapi\SqlStatement { /* Constants */ const int EXECUTE_ASYNC = 1 ; const int BUFFERED = 2 ; /* プロパティ ... string $param ): mysql_xdevapi\SqlStatement public execute (): mysql_xdevapi\Result public getNextResult (): ... statement 定義済み定数 mysql_xdevapi\SqlStatement::EXECUTE_ASYNC mysql_xdevapi\SqlStatement::BUFFERED 目次 Sq ... ruct — SqlStatement のコンストラクタ SqlStatement::execute — 操作を実行する SqlStatement::getNextResult — 次の ...
https://man.plustar.jp/php/class.mysql-xdevapi-sqlstatement.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT