検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 136 for dbname (0.007 sec.)
ラージオブジェクトを切り詰める 5777
« pg_lo_tell pg_lo_unlink » PHP Manual PostgreSQL 関数 ラージオブジェクトを切り詰める pg_lo_trun ... p $doc_oid = 189762345 ; $database = pg_connect ( "dbname=jacarta" ); pg_query ( $database , "begin" ); $han ...
https://man.plustar.jp/php/function.pg-lo-truncate.html - [similar]
接続に関連するオプションを取得する 5777
« pg_num_rows pg_parameter_status » PHP Manual PostgreSQL 関数 接続に関連するオプションを取得する ... g_options() の例 <?php $pgsql_conn = pg_connect ( "dbname=mark host=localhost" ); echo pg_options ( $pgsql_c ...
https://man.plustar.jp/php/function.pg-options.html - [similar]
接続に関連するポート番号を返す 5777
« pg_ping pg_prepare » PHP Manual PostgreSQL 関数 接続に関連するポート番号を返す pg_port (PHP 4, ... 1 pg_port() の例 <?php $pgsql_conn = pg_connect ( "dbname=mark host=localhost" ); if ( $pgsql_conn ) { print ...
https://man.plustar.jp/php/function.pg-port.html - [similar]
PostgreSQL 接続のトレースを無効にする 5777
« pg_unescape_bytea pg_update » PHP Manual PostgreSQL 関数 PostgreSQL 接続のトレースを無効にする ... g_untrace() の例 <?php $pgsql_conn = pg_connect ( "dbname=mark host=localhost" ); if ( $pgsql_conn ) { pg_tr ...
https://man.plustar.jp/php/function.pg-untrace.html - [similar]
Frees all resources for the specified statement 5777
« sqlsrv_field_metadata sqlsrv_get_config » PHP Manual SQLSRV 関数 Frees all resources for the s ... express" ; $connectionInfo = array( "Database" => "dbName" , "UID" => "username" , "PWD" => "password" ); $c ...
https://man.plustar.jp/php/function.sqlsrv-free-stmt.html - [similar]
Retrieves the number of fields (columns) on a statement 5777
« sqlsrv_next_result sqlsrv_num_rows » PHP Manual SQLSRV 関数 Retrieves the number of fields (co ... express" ; $connectionInfo = array( "Database" => "dbName" , "UID" => "username" , "PWD" => "password" ); $c ...
https://man.plustar.jp/php/function.sqlsrv-num-fields.html - [similar]
Retrieves the number of rows in a result set 5777
« sqlsrv_num_fields sqlsrv_prepare » PHP Manual SQLSRV 関数 Retrieves the number of rows in a re ... express" ; $connectionInfo = array( "Database" => "dbName" , "UID" => "username" , "PWD" => "password" ); $c ...
https://man.plustar.jp/php/function.sqlsrv-num-rows.html - [similar]
Returns the number of rows modified by the last INSERT, UPDATE, or DELETE query ... 5777
« sqlsrv_rollback sqlsrv_send_stream_data » PHP Manual SQLSRV 関数 Returns the number of rows mo ... express" ; $connectionInfo = array( "Database" => "dbName" , "UID" => "username" , "PWD" => "password" ); $c ...
https://man.plustar.jp/php/function.sqlsrv-rows-affected.html - [similar]
Sends data from parameter streams to the server 5777
« sqlsrv_rows_affected sqlsrv_server_info » PHP Manual SQLSRV 関数 Sends data from parameter str ... express" ; $connectionInfo = array( "Database" => "dbName" , "UID" => "username" , "PWD" => "password" ); $c ...
https://man.plustar.jp/php/function.sqlsrv-send-stream-data.html - [similar]
ラージオブジェクトを削除する 5777
« PDO::pgsqlLOBOpen SQLite (PDO) » PHP Manual PostgreSQL (PDO) ラージオブジェクトを削除する PDO: ... ベースから削除します。 <?php $db = new PDO ( 'pgsql:dbname=test host=localhost' , $user , $pass ); $db -> set ...
https://man.plustar.jp/php/pdo.pgsqllobunlink.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT