検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 300 for Insert (0.179 sec.)
4168
« 定義済み定数 CUBRID 関数 » PHP Manual CUBRID 例 例 The following is a simple example that esta ... brid_con ); ?> </body> </html> 例2 Example of Data Insertion <html> <head> <meta http-equiv="content-type" c ... abase Connection Error" ; exit; } ?> <?php $sql = "insert into olympic (host_year,host_nation,host_city," . ... o commit. */ cubrid_commit ( $cubrid_con ); echo( "Inserted successfully " ); } else { /** * Error occurred, ...
https://man.plustar.jp/php/cubrid.examples.html - [similar]
データベース内のテーブルおよび関連する権限情報を含む結果セットを返す 4168
« db2_stmt_errormsg db2_tables » PHP Manual IBM DB2 関数 データベース内のテーブルおよび関連する権 ... GE 与えられた権限。ALTER、 CONTROL、DELETE、INDEX、INSERT、REFERENCES、SELECT あるいは UPDATE のいずれかです。 ...
https://man.plustar.jp/php/function.db2-table-privileges.html - [similar]
データベースを選択し、そこでクエリーを実行する 4168
« mysql_db_name mysql_drop_db » PHP Manual MySQL 関数 データベースを選択し、そこでクエリーを実行 ... 値で返します。 エラー時には false を返します。また、 INSERT / UPDATE / DELETE クエリーの場合には true または f ...
https://man.plustar.jp/php/function.mysql-db-query.html - [similar]
テキスト型フィールドに挿入するために、リテラルをエスケープする 4168
« pg_escape_identifier pg_escape_string » PHP Manual PostgreSQL 関数 テキスト型フィールドに挿入す ... aped} の前後にクォートがないことに注目 pg_query ( "INSERT INTO correspondence (name, data) VALUES ('My lette ...
https://man.plustar.jp/php/function.pg-escape-literal.html - [similar]
複数のステートメント 4168
« ストアドプロシージャ トランザクションのサポート » PHP Manual クイックスタートガイド 複数のステ ... NT)" ); $sql = "SELECT COUNT(*) AS _num FROM test; INSERT INTO test(id) VALUES (1); SELECT COUNT(*) AS _num ...
https://man.plustar.jp/php/mysqli.quickstart.multiple-statement.html - [similar]
直近のクエリから結果セットを転送する 4168
« mysqli::stmt_init mysqli::$thread_id » PHP Manual mysqli 直近のクエリから結果セットを転送する ... リが結果セットを 返さなかった場合(例えば、クエリが INSERT 文であった場合)に false を返します。また、結果セッ ...
https://man.plustar.jp/php/mysqli.store-result.html - [similar]
統計情報 4168
« 持続的接続 メモ » PHP Manual Mysqlnd 統計情報 統計情報 統計情報を使う MySQL Native Driver は、 ... 。パケットのサイズはペイロード( LOAD LOCAL INFILE , INSERT , UPDATE , SELECT , エラーメッセージ)に応じて変わり ... かったクエリの数。結果セットを生成しないクエリの例: INSERT , UPDATE , LOAD DATA 。結果セットのヘッダパケットを ... ll , com_debug , com_ping , com_time , com_delayed_insert , com_change_user , com_binlog_dump , com_table_du ...
https://man.plustar.jp/php/mysqlnd.stats.html - [similar]
新しいラージオブジェクトを作成する 4168
« PDO::pgsqlGetPid PDO::pgsqlLOBOpen » PHP Manual PostgreSQL (PDO) 新しいラージオブジェクトを作成 ... null ; $stream = null ; $stmt = $db -> prepare ( "INSERT INTO BLOBS (ident, oid) VALUES (?, ?)" ); $stmt -> ...
https://man.plustar.jp/php/pdo.pgsqllobcreate.html - [similar]
ストレージの暗号化 4168
« データベースへの接続 SQLインジェクション » PHP Manual データベースのセキュリティ ストレージの暗 ... ッシュされたパスワードを格納する $query = sprintf ( "INSERT INTO users(name,pwd) VALUES('%s','%s');" , pg_esca ...
https://man.plustar.jp/php/security.database.storage.html - [similar]
パラメータを変数にバインドする 4168
« SQLite3Stmt SQLite3Stmt::bindValue » PHP Manual SQLite3Stmt パラメータを変数にバインドする SQL ... TABLE foo (bar TEXT)" ); $stmt = $db -> prepare ( "INSERT INTO foo VALUES (:bar)" ); $stmt -> bindParam ( ': ...
https://man.plustar.jp/php/sqlite3stmt.bindparam.html - [similar]