検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 300 for INSERT (0.010 sec.)
未解決のデータベーストランザクションをロールバックする 4612
« oci_result oci_server_version » PHP Manual OCI8 関数 未解決のデータベーストランザクションをロー ... ' , 'localhost/XE' ); $stid = oci_parse ( $conn , "INSERT INTO mysalary (id, name) VALUES (1, 'Chris')" ); / ... / OCI_NO_AUTO_COMMIT フラグで、INSERT 直後にコミットしないよう Oracle に指示します。 // ... ]), E_USER_ERROR ); } $stid = oci_parse ( $conn , 'INSERT INTO myschedule (startday) VALUES (12)' ); $r = oc ...
https://man.plustar.jp/php/function.oci-rollback.html - [similar]
ストアドプロシージャ 4612
« プリペアドステートメント 複数のステートメント » PHP Manual クイックスタートガイド ストアドプロ ... > query ( "CREATE PROCEDURE p(IN id_val INT) BEGIN INSERT INTO test(id) VALUES(id_val); END;" ); $mysqli -> ... "CREATE TABLE test(id INT)" ); $mysqli -> query ( "INSERT INTO test(id) VALUES (1), (2), (3)" ); $mysqli -> ... "CREATE TABLE test(id INT)" ); $mysqli -> query ( "INSERT INTO test(id) VALUES (1), (2), (3)" ); $mysqli -> ... "CREATE TABLE test(id INT)" ); $mysqli -> query ( "INSERT INTO test(id) VALUES (1), (2), (3)" ); $mysqli -> ...
https://man.plustar.jp/php/mysqli.quickstart.stored-procedures.html - [similar]
定義済み定数 4612
« リソース型 例 » PHP Manual PostgreSQL 定義済み定数 定義済み定数 以下の定数が定義されています。 ... 換しないように します。 PGSQL_DML_NO_CONV ( int ) pg_insert() や pg_select() 、 pg_update() 、 pg_delete() に渡 ... tring() を使いましょう。 PGSQL_DML_EXEC ( int ) pg_insert() や pg_select() 、 pg_update() 、 pg_delete() に渡 ... て、クエリを実行します。 PGSQL_DML_ASYNC ( int ) pg_insert() や pg_select() 、 pg_update() 、 pg_delete() に渡 ... 同期クエリを実行します。 PGSQL_DML_STRING ( int ) pg_insert() や pg_select() 、 pg_update() 、 pg_delete() に渡 ...
https://man.plustar.jp/php/pgsql.constants.html - [similar]
Set a read lock on the given OID 4575
« cubrid_lob2_write cubrid_lock_write » PHP Manual CUBRID 関数 Set a read lock on the given OID ... st(int), d char(10))" ); cubrid_execute ( $conn , "INSERT INTO foo(a, b, c, d) VALUES(1, {1,2,3}, {11,22,33, ... 333}, 'a')" ); cubrid_execute ( $conn , "INSERT INTO foo(a, b, c, d) VALUES(2, {4,5,7}, {44,55,66, ...
https://man.plustar.jp/php/function.cubrid-lock-read.html - [similar]
Set a write lock on the given OID 4575
« cubrid_lock_read cubrid_move_cursor » PHP Manual CUBRID 関数 Set a write lock on the given OID ... st(int), d char(10))" ); cubrid_execute ( $conn , "INSERT INTO foo(a, b, c, d) VALUES(1, {1,2,3}, {11,22,33, ... 333}, 'a')" ); cubrid_execute ( $conn , "INSERT INTO foo(a, b, c, d) VALUES(2, {4,5,7}, {44,55,66, ...
https://man.plustar.jp/php/function.cubrid-lock-write.html - [similar]
クエリの次の行をオブジェクトとして返す 4575
« oci_fetch_assoc oci_fetch_row » PHP Manual OCI8 関数 クエリの次の行をオブジェクトとして返す oc ... TABLE mytab (id NUMBER, description VARCHAR2(30)); INSERT INTO mytab (id, description) values (1, 'Fish and ... E mytab (id NUMBER, "MyDescription" VARCHAR2(30)); INSERT INTO mytab (id, "MyDescription") values (1, 'Iced ... CREATE TABLE mytab (id NUMBER, description CLOB); INSERT INTO mytab (id, description) values (1, 'A very lo ...
https://man.plustar.jp/php/function.oci-fetch-object.html - [similar]
フェッチしたフィールドが null であるかどうかを確認する 4575
« oci_fetch oci_field_name » PHP Manual OCI8 関数 フェッチしたフィールドが null であるかどうかを ... ルを用意します // CREATE TABLE mytab (c1 NUMBER); // INSERT INTO mytab VALUES (1); // INSERT INTO mytab VALUES ...
https://man.plustar.jp/php/function.oci-field-is-null.html - [similar]
Execute a database command 4575
« MongoDB\Driver\Manager::executeBulkWrite MongoDB\Driver\Manager::executeQuery » PHP Manual Mon ... bulk = new MongoDB \ Driver \ BulkWrite ; $bulk -> insert ([ 'x' => 1 , 'y' => 'foo' ]); $bulk -> insert ([ ... 'x' => 2 , 'y' => 'bar' ]); $bulk -> insert ([ 'x' => 3 , 'y' => 'bar' ]); $manager -> execute ...
https://man.plustar.jp/php/mongodb-driver-manager.executecommand.html - [similar]
Parsing and lexing 4537
« CommonMark\Render\XML はじめに » PHP Manual テキスト処理 Parsing and lexing Parsing and lexing ... getToken — Retrieve the current token Parle\Lexer::insertMacro — Insert regex macro Parle\Lexer::push — Add ... etToken — Retrieve the current token Parle\RLexer::insertMacro — Insert regex macro Parle\RLexer::push — Add ...
https://man.plustar.jp/php/book.parle.html - [similar]
Write to a lob object 4537
« cubrid_lob2_tell cubrid_lock_read » PHP Manual CUBRID 関数 Write to a lob object cubrid_lob2_w ... ontents CLOB)" ); $req = cubrid_prepare ( $conn , "INSERT INTO test_lob VALUES(2, ?)" ); $lob = cubrid_lob2_ ... ontents CLOB)" ); $req = cubrid_prepare ( $conn , "INSERT INTO test_lob VALUES(1, ?)" ); $lob1 = cubrid_lob2 ...
https://man.plustar.jp/php/function.cubrid-lob2-write.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT