検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 300 for INSERT (0.008 sec.)
Oracle データベースに接続する 4537
« oci_commit oci_define_by_name » PHP Manual OCI8 関数 Oracle データベースに接続する oci_connect ... ( $stmt ); echo "Dropped table<br>\n" ; } function insert_data ( $connname , $conn ) { $stmt = oci_parse ( $ ... conn , "insert into hallo values(to_char(sysdate,'DD-MON-YY HH24: ... _execute ( $stmt , OCI_DEFAULT ); echo " $connname inserted row without committing<br>\n" ; } function rollb ... connname ----done<br>\n" ; } create_table ( $c1 ); insert_data ( 'c1' , $c1 ); // c1 を使用して行を挿入 slee ...
https://man.plustar.jp/php/function.oci-connect.html - [similar]
変更されたレコード(タプル)の数を返す 4537
« PostgreSQL 関数 pg_cancel_query » PHP Manual PostgreSQL 関数 変更されたレコード(タプル)の数を返 ... PgSql\Result $result ): int pg_affected_rows() は、INSERT, UPDATE, DELETE クエリにより変更されたタプル(インス ... ed_rows() の例 <?php $result = pg_query ( $conn , "INSERT INTO authors VALUES ('オーウェル', 2002, '動物農場 ...
https://man.plustar.jp/php/function.pg-affected-rows.html - [similar]
直近のクエリのカラムの数を返す 4537
« mysqli::$error mysqli::get_charset » PHP Manual mysqli 直近のクエリのカラムの数を返す mysqli:: ... (id int, name varchar(20))" ); $mysqli -> query ( "INSERT INTO friends VALUES (1,'Hartmut'), (2, 'Ulf')" ); ... int, name varchar(20))" ); mysqli_query ( $link , "INSERT INTO friends VALUES (1,'Hartmut'), (2, 'Ulf')" ); ...
https://man.plustar.jp/php/mysqli.field-count.html - [similar]
The Sequence interface 4499
« Ds\Hashable::hash Ds\Sequence::allocate » PHP Manual Data Structures The Sequence interface Th ... t public get ( int $index ): mixed abstract public insert ( int $index , mixed ...$values ): void abstract p ... — Returns the value at a given index Ds\Sequence::insertInserts values at a given index Ds\Sequence::joi ...
https://man.plustar.jp/php/class.ds-sequence.html - [similar]
Delete an instance using OID 4499
« cubrid_disconnect cubrid_error_code_facility » PHP Manual CUBRID 関数 Delete an instance using ... 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-drop.html - [similar]
はじめに 4499
« XMLDiff インストール/設定 » PHP Manual XMLDiff はじめに はじめに The extension is able to prod ... cument. The diff is a XML document containing copy/insert/delete instruction nodes in human readable format. ...
https://man.plustar.jp/php/intro.xmldiff.html - [similar]
トランザクションのサポート 4499
« 複数のステートメント メタデータ » PHP Manual クイックスタートガイド トランザクションのサポート ... ysqli -> autocommit ( false ); $mysqli -> query ( "INSERT INTO test(id) VALUES (1)" ); $mysqli -> rollback ( ... ); $mysqli -> query ( "INSERT INTO test(id) VALUES (2)" ); $mysqli -> commit (); ...
https://man.plustar.jp/php/mysqli.quickstart.transactions.html - [similar]
指定した接続の直近のクエリから発生した警告の数を返す 4499
« mysqli::use_result mysqli_stmt » PHP Manual mysqli 指定した接続の直近のクエリから発生した警告の ... ity" ); /* ウェールズの珍しい地名です */ $query = "INSERT INTO myCity (CountryCode, Name) VALUES('GBR', 'Lla ... ity" ); /* ウェールズの珍しい地名です */ $query = "INSERT INTO myCity (CountryCode, Name) VALUES('GBR', 'Lla ...
https://man.plustar.jp/php/mysqli.warning-count.html - [similar]
BLOB を読み取るためのストリームリソースを開く 4499
« SQLite3::open SQLite3::prepare » PHP Manual SQLite3 BLOB を読み取るためのストリームリソースを開 ... CREATE TABLE test (text text)' ); $conn -> exec ( "INSERT INTO test VALUES ('Lorem ipsum')" ); $stream = $co ... CREATE TABLE test (text text)' ); $conn -> exec ( "INSERT INTO test VALUES (zeroblob(36))" ); $stream = $con ...
https://man.plustar.jp/php/sqlite3.openblob.html - [similar]
bytea フィールドに挿入するために文字列をエスケープする 4461
« pg_end_copy pg_escape_identifier » PHP Manual PostgreSQL 関数 bytea フィールドに挿入するために ... た場合は bytea の値をキャストする必要があります。例: INSERT INTO test_table (image) VALUES ('$image_escaped':: ... ata ); // それをデータベースに挿入する pg_query ( "INSERT INTO gallery (name, data) VALUES ('Pine trees', ' ...
https://man.plustar.jp/php/function.pg-escape-bytea.html - [similar]