検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 136 for dbname (0.011 sec.)
ラージオブジェクトをファイルにエクスポートする 5573
« pg_lo_create pg_lo_import » PHP Manual PostgreSQL 関数 ラージオブジェクトをファイルにエクスポー ... g_lo_export() の例 <?php $database = pg_connect ( "dbname=jacarta" ); pg_query ( $database , "begin" ); $oid ...
https://man.plustar.jp/php/function.pg-lo-export.html - [similar]
ファイルからラージオブジェクトをインポートする 5573
« pg_lo_export pg_lo_open » PHP Manual PostgreSQL 関数 ファイルからラージオブジェクトをインポート ... g_lo_import() の例 <?php $database = pg_connect ( "dbname=jacarta" ); pg_query ( $database , "begin" ); $oid ...
https://man.plustar.jp/php/function.pg-lo-import.html - [similar]
ラージオブジェクトをオープンする 5573
« pg_lo_import pg_lo_read_all » PHP Manual PostgreSQL 関数 ラージオブジェクトをオープンする pg_l ... pg_lo_open() の例 <?php $database = pg_connect ( "dbname=jacarta" ); pg_query ( $database , "begin" ); $oid ...
https://man.plustar.jp/php/function.pg-lo-open.html - [similar]
ラージオブジェクトに書き込む 5573
« pg_lo_unlink pg_meta_data » PHP Manual PostgreSQL 関数 ラージオブジェクトに書き込む pg_lo_writ ... of the large object." ; $database = pg_connect ( "dbname=jacarta" ); pg_query ( $database , "begin" ); $han ...
https://man.plustar.jp/php/function.pg-lo-write.html - [similar]
エラー報告の各フィールドを返す 5573
« pg_query pg_result_error » PHP Manual PostgreSQL 関数 エラー報告の各フィールドを返す pg_result ... t_error_field() の例 <?php $dbconn = pg_connect ( "dbname=publisher" ) or die( "Could not connect" ); if (! ...
https://man.plustar.jp/php/function.pg-result-error-field.html - [similar]
結果に関連するエラーメッセージを取得する 5573
« pg_result_error_field pg_result_seek » PHP Manual PostgreSQL 関数 結果に関連するエラーメッセー ... _result_error() の例 <?php $dbconn = pg_connect ( "dbname=publisher" ) or die( "接続できませんでした" ); if ...
https://man.plustar.jp/php/function.pg-result-error.html - [similar]
コマンドとパラメータを分割してサーバーに送信し、その結果を待たない 5573
« pg_send_prepare pg_send_query » PHP Manual PostgreSQL 関数 コマンドとパラメータを分割してサーバ ... ry_params() の使用法 <?php $dbconn = pg_connect ( "dbname=publisher" ) or die( "Could not connect" ); // パラ ...
https://man.plustar.jp/php/function.pg-send-query-params.html - [similar]
PostgreSQL 接続のトレースを有効にする 5573
« pg_socket pg_transaction_status » PHP Manual PostgreSQL 関数 PostgreSQL 接続のトレースを有効に ... pg_trace() の例 <?php $pgsql_conn = pg_connect ( "dbname=mark host=localhost" ); if ( $pgsql_conn ) { pg_tr ...
https://man.plustar.jp/php/function.pg-trace.html - [similar]
bytea 型のバイナリをアンエスケープする 5573
« pg_tty pg_untrace » PHP Manual PostgreSQL 関数 bytea 型のバイナリをアンエスケープする pg_unesc ... // データベースに接続する $dbconn = pg_connect ( 'dbname=foo' ); // bytea データを取得する $res = pg_query ...
https://man.plustar.jp/php/function.pg-unescape-bytea.html - [similar]
Retrieves the next row of data in a result set as an object 5573
« sqlsrv_fetch_array sqlsrv_fetch » PHP Manual SQLSRV 関数 Retrieves the next row of data in a r ... express" ; $connectionInfo = array( "Database" => "dbName" , "UID" => "username" , "PWD" => "password" ); $c ...
https://man.plustar.jp/php/function.sqlsrv-fetch-object.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT