検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 532 for execute (0.003 sec.)
Execute a database command that reads 5323
« MongoDB\Driver\Manager::executeQuery MongoDB\Driver\Manager::executeReadWriteCommand » PHP Man ... ual MongoDB\Driver\Manager Execute a database command that reads MongoDB\Driver\Manag ... er::executeReadCommand (mongodb >=1.4.0) MongoDB\Driver\Manage ... r::executeReadCommand — Execute a database command that reads ... 説明 final public MongoDB\Driver\Manager::executeReadCommand ( string $db , MongoDB\Driver\Command $ ...
https://man.plustar.jp/php/mongodb-driver-manager.executereadcommand.html - [similar]
操作を実行する 5261
« SqlStatement::__construct SqlStatement::getNextResult » PHP Manual mysql_xdevapi\SqlStatement ... 操作を実行する SqlStatement::execute (No version information available, might only be i ... n Git) SqlStatement::execute — 操作を実行する 説明 public mysql_xdevapi\SqlStat ... ement::execute (): mysql_xdevapi\Result 警告 この関数は、 現在のと ... りません。 戻り値 例 例1 mysql_xdevapi\SqlStatement::execute() の例 <?php /* ... */ ?> 関連キーワード: 操作 , 実 ...
https://man.plustar.jp/php/mysql-xdevapi-sqlstatement.execute.html - [similar]
TableInsert クラスのコンストラクタ 5261
« mysql_xdevapi\TableInsert TableInsert::execute » PHP Manual mysql_xdevapi\TableInsert TableIns ... -> 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-tableinsert.construct.html - [similar]
挿入する行の値を追加する 5261
« TableInsert::execute mysql_xdevapi\TableSelect » PHP Manual mysql_xdevapi\TableInsert 挿入する ... -> 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-tableinsert.values.html - [similar]
結果セット中のカラム数を返す 5261
« PDOStatement::closeCursor PDOStatement::debugDumpParams » PHP Manual PDOStatement 結果セット中 ... ) から返された場合、正確なカラム数は PDOStatement::execute() を実行するまで利用可能になりません。 パラメータ ... $colcount = $sth -> columnCount (); print( "Before execute(), result set has $colcount columns (should be 0)\ ... n" ); $sth -> execute (); /* 結果セットにあるカラム数を数える */ $colcou ... nt = $sth -> columnCount (); print( "After execute(), result set has $colcount columns (should be 2)\ ...
https://man.plustar.jp/php/pdostatement.columncount.html - [similar]
コールバックを実行する 5261
« Yaf_Application::environ Yaf_Application::getAppDirectory » PHP Manual Yaf_Application コールバ ... ックを実行する Yaf_Application::execute (Yaf >=1.0.0) Yaf_Application::execute — コールバッ ... クを実行する 説明 public Yaf_Application::execute ( callable $entry , string ...$args ): void このメ ... クに渡すパラメータ。 戻り値 例 例1 Yaf_Application::execute() の例 <?php function main ( $argc , $argv ) { } $ ... = new Yaf_Application ( $config ); $application -> execute ( "main" , $argc , $argv ); ?> 上の例の出力は、 た ...
https://man.plustar.jp/php/yaf-application.execute.html - [similar]
指定したパラメータでプリペアドステートメントを実行するリクエストを 送信し、その... 5230
« pg_select pg_send_prepare » PHP Manual PostgreSQL 関数 指定したパラメータでプリペアドステートメ ... するリクエストを 送信し、その結果を待たない pg_send_execute (PHP 5 >= 5.1.0, PHP 7, PHP 8) pg_send_execute — 指 ... リクエストを 送信し、その結果を待たない 説明 pg_send_execute ( PgSql\Connection $connection , string $statement ... ートメントの名前で決まります。関数のパラメータは pg_execute() と同じように処理されます。 pg_execute() と同様に ... では、 リソース を期待していました。 例 例1 pg_send_execute() の使用法 <?php $dbconn = pg_connect ( "dbname=pu ...
https://man.plustar.jp/php/function.pg-send-execute.html - [similar]
Execute a database command that reads and writes 5230
« MongoDB\Driver\Manager::executeReadCommand MongoDB\Driver\Manager::executeWriteCommand » PHP M ... anual MongoDB\Driver\Manager Execute a database command that reads and writes MongoDB\D ... river\Manager::executeReadWriteCommand (mongodb >=1.4.0) MongoDB\Driver\M ... anager::executeReadWriteCommand — Execute a database command that ... d writes 説明 final public MongoDB\Driver\Manager::executeReadWriteCommand ( string $db , MongoDB\Driver\Comm ...
https://man.plustar.jp/php/mongodb-driver-manager.executereadwritecommand.html - [similar]
Execute a database command that reads on this server 5230
« MongoDB\Driver\Server::executeQuery MongoDB\Driver\Server::executeReadWriteCommand » PHP Manua ... l MongoDB\Driver\Server Execute a database command that reads on this server Mongo ... DB\Driver\Server::executeReadCommand (mongodb >=1.4.0) MongoDB\Driver\Server ... ::executeReadCommand — Execute a database command that reads ... is server 説明 final public MongoDB\Driver\Server::executeReadCommand ( string $db , MongoDB\Driver\Command $ ...
https://man.plustar.jp/php/mongodb-driver-server.executereadcommand.html - [similar]
Create a new Cursor (not used) 5191
« MongoDB\Driver\Cursor MongoDB\Driver\Cursor::current » PHP Manual MongoDB\Driver\Cursor Create ... er\Cursor objects are returned as the result of an executed command or query and cannot be constructed direct ... ラメータはありません。 参考 MongoDB\Driver\Manager::executeCommand() - Execute a database command MongoDB\Driv ... er\Manager::executeQuery() - Execute a database query MongoDB\Driver\S ... erver::executeCommand() - Execute a database command on this serv ...
https://man.plustar.jp/php/mongodb-driver-cursor.construct.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT