検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 126 for PGSQL (0.013 sec.)
非同期クエリの結果を取得する 6730
« pg_get_pid pg_host » PHP Manual PostgreSQL 関数 非同期クエリの結果を取得する pg_get_result (PH ... 非同期クエリの結果を取得する 説明 pg_get_result ( PgSql\Connection $connection ): PgSql\Result | false pg_ ... るいは pg_send_execute() で実行した非同期クエリから PgSql\Result クラスのインスタンスを取得します。 pg_send_ ... _get_result() を使用します。 パラメータ connection PgSql\Connection クラスのインスタンス。 戻り値 PgSql\Res ... false を返します。 変更履歴 バージョン 説明 8.1.0 PgSql\Result クラスのインスタンスを返すようになりました。 ...
https://man.plustar.jp/php/function.pg-get-result.html - [similar]
持続的な PostgreSQL 接続をオープンする 6730
« pg_parameter_status pg_ping » PHP Manual PostgreSQL 関数 持続的な PostgreSQL 接続をオープンする ... ct ( string $connection_string , int $flags = 0 ): PgSql\Connection | false pg_pconnect() は PostgreSQL への ... します。この関数は、他の PostgreSQL関数 が必要とする PgSql\Connection クラスのインスタンスを返します。 既存の ... れた場合は、 既存の接続を返します。ただし、 flags に PGSQL_CONNECT_FORCE_NEW を指定している場合は 除きます。 ... 続的接続を有効にするには、 php.ini のディレクティブ pgsql.allow_persistent を "On" に設定する必要があります( ...
https://man.plustar.jp/php/function.pg-pconnect.html - [similar]
ベンダー固有のモジュール 6632
« PDO::sqliteCreateFunction CUBRID » PHP Manual データベース関連 ベンダー固有のモジュール ベンダ ... インストール/設定 定義済み定数 例 PostgreSQL 関数 PgSql\Connection — PgSql\Connection クラス PgSql\Result ... — The PgSql\Result class PgSql\Lob — The PgSql\Lob class SQLit ... ンストール , モジュール , OCI , 定数 , 定義 , 固有 , PgSql , クラス ...
https://man.plustar.jp/php/refs.database.vendors.html - [similar]
接続に関連するオプションを取得する 6497
« pg_num_rows pg_parameter_status » PHP Manual PostgreSQL 関数 接続に関連するオプションを取得する ... 続に関連するオプションを取得する 説明 pg_options ( ? PgSql\Connection $connection = null ): string pg_options ... ンを保持する文字列を返します。 パラメータ connection PgSql\Connection クラスのインスタンス。 connection が nu ... す。 変更履歴 バージョン 説明 8.1.0 connection は、 PgSql\Connection クラスのインスタンスを期待するようになり ... ble になりました。 例 例1 pg_options() の例 <?php $pgsql_conn = pg_connect ( "dbname=mark host=localhost" ) ...
https://man.plustar.jp/php/function.pg-options.html - [similar]
PostgreSQL 接続をクローズする 6301
« pg_client_encoding pg_connect_poll » PHP Manual PostgreSQL 関数 PostgreSQL 接続をクローズする ... — PostgreSQL 接続をクローズする 説明 pg_close ( ? PgSql\Connection $connection = null ): bool pg_close() は ... 通常は必要ありません。 接続の中でオープンされている PgSql\Lob のインスタンスが存在する場合、すべての PgSql\L ... まで接続を閉じないでください。 パラメータ connection PgSql\Connection クラスのインスタンス。 connection が nu ... す。 変更履歴 バージョン 説明 8.1.0 connection は、 PgSql\Connection クラスのインスタンスを期待するようになり ...
https://man.plustar.jp/php/function.pg-close.html - [similar]
フィールドが SQL の NULL かどうか調べる 6203
« pg_fetch_row pg_field_name » PHP Manual PostgreSQL 関数 フィールドが SQL の NULL かどうか調べる ... SQL の NULL かどうか調べる 説明 pg_field_is_null ( PgSql\Result $result , int $row , mixed $field ): int pg ... _field_is_null ( PgSql\Result $result , mixed $field ): int pg_field_is_n ... ull() は、 PgSql\Result クラスのインスタンスの フィールドが SQL の ... 様々な関数がありますが、特に) pg_execute() が返した PgSql\Result クラスのインスタンス。 row 取得する結果の行 ...
https://man.plustar.jp/php/function.pg-field-is-null.html - [similar]
行数を返す 6203
« pg_num_fields pg_options » PHP Manual PostgreSQL 関数 行数を返す pg_num_rows (PHP 4 >= 4.2.0, ... PHP 8) pg_num_rows — 行数を返す 説明 pg_num_rows ( PgSql\Result $result ): int pg_num_rows() は、 PgSql\Res ... 様々な関数がありますが、特に) pg_execute() が返した PgSql\Result クラスのインスタンス。 戻り値 結果の行数を返 ... します。 変更履歴 バージョン 説明 8.1.0 result は、 PgSql\Result クラスのインスタンスを期待するようになりまし ... タプル)の数を返す 関連キーワード: num , rows , 行 , PgSql , Result , 関数 , result , クラス , インスタンス , ...
https://man.plustar.jp/php/function.pg-num-rows.html - [similar]
ラージオブジェクトを切り詰める 6130
« pg_lo_tell pg_lo_unlink » PHP Manual PostgreSQL 関数 ラージオブジェクトを切り詰める pg_lo_trun ... ラージオブジェクトを切り詰める 説明 pg_lo_truncate ( PgSql\Lob $lob , int $size ): bool pg_lo_truncate() は、 ... PgSql\Lob クラスのインスタンスを切り詰めます。 ラージオブ ... 要があります。 パラメータ lob pg_lo_open() が返した PgSql\Lob クラスのインスタンス。 size 切り詰めるバイトサ ... を返します。 変更履歴 バージョン 説明 8.1.0 lob は、 PgSql\Lob クラスのインスタンスを期待するようになりました ...
https://man.plustar.jp/php/function.pg-lo-truncate.html - [similar]
フィールド数を返す 6130
« pg_meta_data pg_num_rows » PHP Manual PostgreSQL 関数 フィールド数を返す pg_num_fields (PHP 4 ... m_fields — フィールド数を返す 説明 pg_num_fields ( PgSql\Result $result ): int pg_num_fields() は、 PgSql\R ... 様々な関数がありますが、特に) pg_execute() が返した PgSql\Result クラスのインスタンス。 戻り値 結果のフィール ... します。 変更履歴 バージョン 説明 8.1.0 result は、 PgSql\Result クラスのインスタンスを期待するようになりまし ... 関連キーワード: フィールド , num , fields , Result , PgSql , インスタンス , クラス , result , 関数 , rows ...
https://man.plustar.jp/php/function.pg-num-fields.html - [similar]
結果インスタンスから値を返す 6093
« pg_fetch_object pg_fetch_row » PHP Manual PostgreSQL 関数 結果インスタンスから値を返す pg_fetc ... 結果インスタンスから値を返す 説明 pg_fetch_result ( PgSql\Result $result , int $row , mixed $field ): string ... | false | null pg_fetch_result ( PgSql\Result $result , mixed $field ): string | false | ... null pg_fetch_result() は、 PgSql\Result クラスのインスタンスから 特定の行とフィール ... 様々な関数がありますが、特に) pg_execute() が返した PgSql\Result クラスのインスタンス。 row 結果から取得する ...
https://man.plustar.jp/php/function.pg-fetch-result.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT