検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 300 for INSERT (0.005 sec.)
ヒープに要素を挿入する 6172
« SplHeap::extract SplHeap::isCorrupted » PHP Manual SplHeap ヒープに要素を挿入する SplHeap::insert ... ert (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplHeap::insert — ヒープに要素を挿入する 説明 public SplHeap::inse ... 。 関連キーワード: 挿入 , ヒープ , 要素 , SplHeap , insert , extract , public , パラメータ , ...
https://man.plustar.jp/php/splheap.insert.html - [similar]
キューに要素を挿入する 6097
« SplPriorityQueue::getExtractFlags SplPriorityQueue::isCorrupted » PHP Manual SplPriorityQueue ... キューに要素を挿入する SplPriorityQueue::insert (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplPriorityQueue::i ... キューに要素を挿入する 説明 public SplPriorityQueue::insert ( mixed $value , mixed $priority ): bool value を優 ... ーワード: 挿入 , キュー , 要素 , SplPriorityQueue , insert , priority , getExtractFlags , public , パラメータ ...
https://man.plustar.jp/php/splpriorityqueue.insert.html - [similar]
テーブルに配列を挿入する 6059
« pg_host pg_last_error » PHP Manual PostgreSQL 関数 テーブルに配列を挿入する pg_insert (PHP 4 > ... = 4.3.0, PHP 5, PHP 7, PHP 8) pg_insert — テーブルに配列を挿入する 説明 pg_insert ( PgSql\ ... PGSQL_DML_EXEC ): PgSql\Result | string | bool pg_insert() は、 table_name で指定したテーブルに values の値 ... t() が values に適用されます。 デフォルトでは、 pg_insert() は生の値を渡します。 値はエスケープするか、 flag ... ジョンでは、 リソース を期待していました。 例 例1 pg_insert() の例 <?php $dbconn = pg_connect ( 'dbname=foo' ) ...
https://man.plustar.jp/php/function.pg-insert.html - [similar]
エントリを挿入する 5983
« dba_handlers dba_key_split » PHP Manual DBA 関数 エントリを挿入する dba_insert (PHP 4, PHP 5, ... PHP 7, PHP 8) dba_insert — エントリを挿入する 説明 dba_insert ( string | ar ... y $key , string $value , resource $dba ): bool dba_insert() は、 データベースに key および value で記述される ... 関連キーワード: dba , エントリ , 挿入 , キー , key , insert , データベース , replace , 失敗 , 存在 ...
https://man.plustar.jp/php/function.dba-insert.html - [similar]
トランザクションを開始する 5983
« mysqli::autocommit mysqli::change_user » PHP Manual mysqli トランザクションを開始する mysqli:: ... ction */ $mysqli -> begin_transaction (); try { /* Insert some values */ $mysqli -> query ( "INSERT INTO lan ... e, Speakers) VALUES ('DE', 42000123)" ); /* Try to insert invalid values */ $language_code = 'FR' ; $native_ ... eakers = 'Unknown' ; $stmt = $mysqli -> prepare ( 'INSERT INTO language(Code, Speakers) VALUES (?,?)' ); $st ... */ mysqli_begin_transaction ( $mysqli ); try { /* Insert some values */ mysqli_query ( $mysqli , "INSERT IN ...
https://man.plustar.jp/php/mysqli.begin-transaction.html - [similar]
プリペアドステートメントを実行する 5832
« mysqli_stmt::$error mysqli_stmt::fetch » PHP Manual mysqli_stmt プリペアドステートメントを実行 ... すことで行います。 SQL文が UPDATE 、 DELETE あるいは INSERT であった場合、 変更された行の総数は mysqli_stmt_af ... ( "CREATE TEMPORARY TABLE myCity LIKE City" ); /* insert 文を準備します */ $stmt = $mysqli -> prepare ( "IN ... , "CREATE TEMPORARY TABLE myCity LIKE City" ); /* insert 文を準備します */ $stmt = mysqli_prepare ( $link , ... "INSERT INTO myCity (Name, CountryCode, District) VALUES ( ...
https://man.plustar.jp/php/mysqli-stmt.execute.html - [similar]
直近のクエリについての情報を得る 5804
« mysql_get_server_info mysql_insert_id » PHP Manual MySQL 関数 直近のクエリについての情報を得る ... の例で、実際の値は クエリの内容によって変わります。 INSERT INTO ... SELECT ... String format: Records: 23 Dup ... licates: 0 Warnings: 0 INSERT INTO ... VALUES (...),(...),(...)... String format ... ws matched: 65 Changed: 65 Warnings: 0 注意 注意 : INSERT ... VALUES 文で mysql_info() が非 false 値を 返すの ... s() - 一番最近の操作で変更された行の数を得る mysql_insert_id() - 直近のクエリで生成された ID を得る mysql_st ...
https://man.plustar.jp/php/function.mysql-info.html - [similar]
データベース更新の自動コミットをオンまたはオフにする 5804
« mysqli::$affected_rows mysqli::begin_transaction » PHP Manual mysqli データベース更新の自動コミ ... utocommit is %s\n" , $row [ 0 ]); try { /* Prepare insert statement */ $stmt = $mysqli -> prepare ( 'INSERT ... m ( 'ss' , $language_code , $native_speakers ); /* Insert some values */ $language_code = 'DE' ; $native_spe ... tf ( "Autocommit is %s\n" , $row [ 0 ]); /* Try to insert more values */ $language_code = 'PL' ; $native_spe ... utocommit is %s\n" , $row [ 0 ]); try { /* Prepare insert statement */ $stmt = mysqli_prepare ( $mysqli , 'I ...
https://man.plustar.jp/php/mysqli.autocommit.html - [similar]
SQL 文を直接実行する 5766
« db2_escape_string db2_execute » PHP Manual IBM DB2 関数 SQL 文を直接実行する db2_exec (PECL ib ... $animals as $animal ) { $rc = db2_exec ( $conn , "INSERT INTO animals (id, breed, name, weight) VALUES ( { ... 2 ]} ', { $animal [ 3 ]} )" ); if ( $rc ) { print "Insert... " ; } } ?> 上の例の出力は以下となります。 テーブ ... ルの作成に成功しました。 Insert... Insert... Insert... Insert... Insert... Insert. ... .. Insert... 例2 スクロール可能なカーソルでの SELECT 文の実行 ...
https://man.plustar.jp/php/function.db2-exec.html - [similar]
直近に実行されたクエリの情報を取得する 5728
« mysqli::get_warnings mysqli::init » PHP Manual mysqli 直近に実行されたクエリの情報を取得する m ... li_info のとりうる戻り値 クエリの型 結果文字列の例 INSERT INTO...SELECT... Records: 100 Duplicates: 0 Warnin ... gs: 0 INSERT INTO...VALUES (...),(...),(...) Records: 3 Duplica ... uery ( "CREATE TEMPORARY TABLE t1 LIKE City" ); /* INSERT INTO .. SELECT */ $mysqli -> query ( "INSERT INTO ... link , "CREATE TEMPORARY TABLE t1 LIKE City" ); /* INSERT INTO .. SELECT */ mysqli_query ( $link , "INSERT I ...
https://man.plustar.jp/php/mysqli.info.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT