検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 220 for テーブル (0.018 sec.)
現在のシステム状態を取得する 4405
« mysqli::ssl_set mysqli::stmt_init » PHP Manual mysqli 現在のシステム状態を取得する mysqli::sta ... ・起動中の スレッドの数・リロード数および開かれているテーブルなどが含まれます。 パラメータ link 手続き型のみ: mys ...
https://man.plustar.jp/php/mysqli.stat.html - [similar]
文ハンドラにおける直近の操作に関連する拡張エラー情報を取得する 4405
« PDOStatement::errorCode PDOStatement::execute » PHP Manual PDOStatement 文ハンドラにおける直近 ... ルドを表示する <?php /* エラーを発生させる -- BONES テーブルは存在しない */ $sth = $dbh -> prepare ( 'SELECT sku ...
https://man.plustar.jp/php/pdostatement.errorinfo.html - [similar]
基本的な使い方 4405
« 基本的な使用法 PostgreSQL 関数 » PHP Manual 例 基本的な使い方 基本的な使い方 以下の例には、レガ ... R BY 1; ' ; return pg_query ( $db , $query ); } // テーブルを一覧にする function pg_list_tables ( $db ) { asser ...
https://man.plustar.jp/php/pgsql.examples-queries.html - [similar]
データベースのデザイン 4405
« データベースのセキュリティ データベースへの接続 » PHP Manual データベースのセキュリティ データ ... ん。 なぜならこれらのユーザーは 例えばスキーマの変更(テーブルの削除等)や全コンテンツの削除、といったあらゆるクエリ ...
https://man.plustar.jp/php/security.database.design.html - [similar]
データ構造 4405
« 定義済み定数 SplDoublyLinkedList » PHP Manual SPL データ構造 データ構造 目次 SplDoublyLinkedLi ... しょう。PHP の配列は、 実際のところは順序つきハッシュテーブルとして実装されています。 SplFixedArray マップ マップ ...
https://man.plustar.jp/php/spl.datastructures.html - [similar]
トランザクションを開始する 4374
« ibase_set_event_handler ibase_wait_event » PHP Manual Firebird/InterBase 関数 トランザクション ... とです。 これは、ひとつのクエリで異なるデータベースのテーブルを同時に使用できるという ことではありません! 複数デー ...
https://man.plustar.jp/php/function.ibase-trans.html - [similar]
結果において指定したフィールド名を取得する 4374
« mysql_field_len mysql_field_seek » PHP Manual MySQL 関数 結果において指定したフィールド名を取得 ... ます。 例 例1 mysql_field_name() の例 <?php /* users テーブルには以下の 3 つのフィールドがある * user_id * userna ...
https://man.plustar.jp/php/function.mysql-field-name.html - [similar]
MySQL サーバー上で利用可能なデータベースのリストを得る 4374
« mysql_insert_id mysql_list_fields » PHP Manual MySQL 関数 MySQL サーバー上で利用可能なデータベ ... 調べるために mysql_tablename() 関数を利用し、取得したテーブルを 利用するには mysql_fetch_array() などの関数を 利用 ...
https://man.plustar.jp/php/function.mysql-list-dbs.html - [similar]
指定したデータソースに保存されているプロシージャのリストを取得する 4374
« odbc_procedurecolumns odbc_result_all » PHP Manual ODBC 関数 指定したデータソースに保存されてい ... する odbc_tables() - 指定したデータソースに保存されたテーブルの名前のリストを取得する 関連キーワード: PROCEDURE , ...
https://man.plustar.jp/php/function.odbc-procedures.html - [similar]
クエリに使う文字列をエスケープする 4374
« pg_escape_literal pg_execute » PHP Manual PostgreSQL 関数 クエリに使う文字列をエスケープする p ... _escape_bytea() を使わなければなりません。 識別子 (テーブル名やフィールド名など) のエスケープには pg_escape_ide ...
https://man.plustar.jp/php/function.pg-escape-string.html - [similar]