検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 532 for execute (0.012 sec.)
テーブルから行を削除する 5556
« Table::count Table::existsInDatabase » PHP Manual mysql_xdevapi\Table テーブルから行を削除する ... オブジェクトを返します。 delete 文を実行するには、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.delete.html - [similar]
select ステートメントを実行する 5556
« TableSelect::__construct TableSelect::groupBy » PHP Manual mysql_xdevapi\TableSelect select ス ... テートメントを実行する TableSelect::execute (No version information available, might only be i ... n Git) TableSelect::execute — select ステートメントを実行する 説明 public mysq ... l_xdevapi\TableSelect::execute (): mysql_xdevapi\RowResult execute() メソッドとチ ... ェクトを返します。 例 例1 mysql_xdevapi\TableSelect::execute() の例 <?php $session = mysql_xdevapi \ getSession ...
https://man.plustar.jp/php/mysql-xdevapi-tableselect.execute.html - [similar]
Execute a database command that writes on this server 5463
« MongoDB\Driver\Server::executeReadWriteCommand MongoDB\Driver\Server::getHost » PHP Manual Mon ... goDB\Driver\Server Execute a database command that writes on this server Mong ... oDB\Driver\Server::executeWriteCommand (mongodb >=1.4.0) MongoDB\Driver\Serve ... r::executeWriteCommand — Execute a database command that writ ... is server 説明 final public MongoDB\Driver\Server::executeWriteCommand ( string $db , MongoDB\Driver\Command ...
https://man.plustar.jp/php/mongodb-driver-server.executewritecommand.html - [similar]
変更されるドキュメントの数を限定する 5463
« CollectionModify::execute CollectionModify::patch » PHP Manual mysql_xdevapi\CollectionModify ... -> 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": ... 23, "job": "Teacher"}' )-> execute (); $collection -> add ( '{"name": "Betty", "age": ...
https://man.plustar.jp/php/mysql-xdevapi-collectionmodify.limit.html - [similar]
update クエリを実行する 5463
« TableUpdate::__construct TableUpdate::limit » PHP Manual mysql_xdevapi\TableUpdate update クエ ... リを実行する TableUpdate::execute (No version information available, might only be i ... n Git) TableUpdate::execute — update クエリを実行する 説明 public mysql_xdevap ... i\TableUpdate::execute (): mysql_xdevapi\TableUpdate update 文を実行します ... ェクトを返します。 例 例1 mysql_xdevapi\TableUpdate::execute() の例 <?php $session = mysql_xdevapi \ getSession ...
https://man.plustar.jp/php/mysql-xdevapi-tableupdate.execute.html - [similar]
Bind variables to a prepared statement as parameters 5424
« CUBRID 関数 cubrid_close_prepare » PHP Manual CUBRID 関数 Bind variables to a prepared stateme ... st" , 33000 , "demodb" , "dba" ); $result = cubrid_execute ( $conn , "SELECT code FROM event WHERE sports='Ba ... ( $game_req , 1 , $event_code , "number" ); cubrid_execute ( $game_req ); printf ( "--- Dream Team (1992 Unit ... _req , 1 , $athlete_code [ 0 ], "number" ); cubrid_execute ( $athlete_req ); $row = cubrid_fetch_assoc ( $ath ... 00 , "demodb" , "dba" , "" ); if ( $con ) { cubrid_execute ( $con , "DROP TABLE if exists php_cubrid_lob_test ...
https://man.plustar.jp/php/function.cubrid-bind.html - [similar]
プリペアドステートメントを実行する 5393
« mysqli_stmt::$error mysqli_stmt::fetch » PHP Manual mysqli_stmt プリペアドステートメントを実行 ... する mysqli_stmt::execute mysqli_stmt_execute (PHP 5, PHP 7, PHP 8) mysqli_s ... tmt::execute -- mysqli_stmt_execute — プリペアドステートメントを ... 実行する 説明 オブジェクト指向型 public mysqli_stmt::execute ( ? array $params = null ): bool 手続き型 mysqli_s ... tmt_execute ( mysqli_stmt $statement , ? array $params = null ...
https://man.plustar.jp/php/mysqli-stmt.execute.html - [similar]
oci_execute のエイリアス 5362
« ocierror ocifetch » PHP Manual OCI8 廃止されたエイリアスと関数 oci_execute のエイリアス ociexecute ... PHP 4, PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.0.0) ociexecute — oci_execute() のエイリアス 説明 oci_execute() の ... 用しないことを強く推奨します。 関連キーワード: oci , execute , OCI , ociexecute , 推奨 , ocierror , ocifetch , ...
https://man.plustar.jp/php/function.ociexecute.html - [similar]
Sets hook to execute when entering a function or method 5362
« uopz_restore uopz_set_mock » PHP Manual Uopz 関数 Sets hook to execute when entering a functio ... uopz 6, PECL uopz 7) uopz_set_hook — Sets hook to execute when entering a function or method 説明 uopz_set_h ... g $function , Closure $hook ): bool Sets a hook to execute when entering a function or method. パラメータ cla ... name of the function or method. hook A closure to execute when entering the function or method. 戻り値 成功し ... nction or method 関連キーワード: uopz , function , execute , when , Sets , string , previously , Closure , Ba ...
https://man.plustar.jp/php/function.uopz-set-hook.html - [similar]
select 時のグループ化の条件を設定する 5362
« TableSelect::execute TableSelect::having » PHP Manual mysql_xdevapi\TableSelect select 時のグル ... -> 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', 42)" )-> execute (); $session -> sql ( "INSERT INTO addressbook.nam ...
https://man.plustar.jp/php/mysql-xdevapi-tableselect.groupby.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT