検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 198 for Update (0.007 sec.)
クエリを実行する 5239
« pg_query_params pg_result_error_field » PHP Manual PostgreSQL 関数 クエリを実行する pg_query ( ... ひとつのトランザクションとして実行されます $query = "UPDATE authors SET author=UPPER(author) WHERE id=1;" ; $q ... uery .= "UPDATE authors SET author=LOWER(author) WHERE id=2;" ; $q ... uery .= "UPDATE authors SET author=NULL WHERE id=3;" ; pg_query ( ...
https://man.plustar.jp/php/function.pg-query.html - [similar]
Execute one or more write operations 5239
« MongoDB\Driver\Manager::createClientEncryption MongoDB\Driver\Manager::executeCommand » PHP Ma ... ne or more write operations of varying types (e.g. updates, deletes, and inserts). The driver will attempt t ... lk -> insert ([ '_id' => 2 , 'x' => 2 ]); $bulk -> update ([ 'x' => 2 ], [ '$set' => [ 'x' => 1 ]], [ 'multi ... ' => false , 'upsert' => false ]); $bulk -> update ([ 'x' => 3 ], [ '$set' => [ 'x' => 3 ]], [ 'multi ... ' => false , 'upsert' => true ]); $bulk -> update ([ '_id' => 3 ], [ '$set' => [ 'x' => 3 ]], [ 'mul ...
https://man.plustar.jp/php/mongodb-driver-manager.executebulkwrite.html - [similar]
Return the number of rows affected by the last SQL statement 5196
« CUBRID MySQL 互換関数 cubrid_client_encoding » PHP Manual CUBRID MySQL 互換関数 Return the num ... ows affected by the SQL statement (INSERT, DELETE, UPDATE). パラメータ conn_identifier The CUBRID connection ... l. -1, when SQL statement is not INSERT, DELETE or UPDATE. false , when the request identifier is not specif ...
https://man.plustar.jp/php/function.cubrid-affected-rows.html - [similar]
準備されたクエリを実行する 5196
« ibase_errmsg ibase_fetch_assoc » PHP Manual Firebird/InterBase 関数 準備されたクエリを実行する ... の行も変更されなかった場合(例: 存在しない 行に対する UPDATE)は true を返します。 例 例1 ibase_execute() の例 < ... ibase_connect ( $host , $username , $password ); $updates = array( 1 => 'Eric' , 5 => 'Filip' , 7 => 'Larry ... ' ); $query = ibase_prepare ( $dbh , "UPDATE FOO SET BAR = ? WHERE BAZ = ?" ); foreach ( $updat ...
https://man.plustar.jp/php/function.ibase-execute.html - [similar]
Executes a statement prepared with sqlsrv_prepare 5196
« sqlsrv_errors sqlsrv_fetch_array » PHP Manual SQLSRV 関数 Executes a statement prepared with s ... ie( print_r ( sqlsrv_errors (), true )); } $sql = "UPDATE Table_1 SET OrderQty = ? WHERE SalesOrderID = ?" ; ... // Because $id and $qty are bound to $stmt1, their updated // values are used with each execution of the sta ... are bound to the statement. This means that if you update the values of the variables, the next time you exe ... cute the statement it will run with updated parameter values. For statements that you plan to ...
https://man.plustar.jp/php/function.sqlsrv-execute.html - [similar]
指定したスキーマ情報を取得する 5196
« PDO_CUBRID DSN MS SQL Server (PDO) » PHP Manual CUBRID (PDO) 指定したスキーマ情報を取得する PD ... BLE_NAME base:1 4 FKCOLUMN_NAME 5 KEY_SEQ base:1 6 UPDATE_ACTION 0:cascade 1:restrict 2:no action 3:set null ... me [FKCOLUMN_NAME] => athlete_code [KEY_SEQ] => 1 [UPDATE_RULE] => 1 [DELETE_RULE] => 1 [FK_NAME] => fk_game ... game [FKCOLUMN_NAME] => event_code [KEY_SEQ] => 1 [UPDATE_RULE] => 1 [DELETE_RULE] => 1 [FK_NAME] => fk_game ...
https://man.plustar.jp/php/pdo.cubrid-schema.html - [similar]
定義済み定数 5196
« リソース型 例 » PHP Manual PostgreSQL 定義済み定数 定義済み定数 以下の定数が定義されています。 ... L_NO_CONV ( int ) pg_insert() や pg_select() 、 pg_update() 、 pg_delete() に渡します。 すべてのパラメータを ... _DML_EXEC ( int ) pg_insert() や pg_select() 、 pg_update() 、 pg_delete() に渡します。 これらの関数を使って ... DML_ASYNC ( int ) pg_insert() や pg_select() 、 pg_update() 、 pg_delete() に渡します。 これらの関数を使って ... ML_STRING ( int ) pg_insert() や pg_select() 、 pg_update() 、 pg_delete() に渡します。 実行したクエリ文字列 ...
https://man.plustar.jp/php/pgsql.constants.html - [similar]
Get the requested schema information 5153
« cubrid_rollback cubrid_seq_drop » PHP Manual CUBRID 関数 Get the requested schema information ... BLE_NAME base:1 4 FKCOLUMN_NAME 5 KEY_SEQ base:1 6 UPDATE_ACTION 0:cascade 1:restrict 2:no action 3:set null ... g(12) "athlete_code" ["KEY_SEQ"]=> string(1) "1" ["UPDATE_RULE"]=> string(1) "1" ["DELETE_RULE"]=> string(1) ... ing(10) "event_code" ["KEY_SEQ"]=> string(1) "1" ["UPDATE_RULE"]=> string(1) "1" ["DELETE_RULE"]=> string(1) ...
https://man.plustar.jp/php/function.cubrid-schema.html - [similar]
拡張サービスのリクエストを準備する 5110
« yaz_es_result yaz_get_option » PHP Manual YAZ 関数 拡張サービスのリクエストを準備する yaz_es ( ... p (データベースの削除)、 commit (操作のコミット)、 update (レコードの更新)、 xmlupdate (XMLの更新) のいずれか ... </gils>" , "syntax" => "xml" , "action" => "specialUpdate" ); yaz_es ( $con , "update" , $args ); yaz_wait ( ...
https://man.plustar.jp/php/function.yaz-es.html - [similar]
リポジトリから作業コピーをチェックアウトする 5067
« svn_cat svn_cleanup » PHP Manual SVN 関数 リポジトリから作業コピーをチェックアウトする svn_che ... e status of working copy files and directories svn_update() - Update working copy » SVN ドキュメントの svn c ...
https://man.plustar.jp/php/function.svn-checkout.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT