検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 270 for conn (0.010 sec.)
Ping a server connection or reconnect if there is no connection 5361
« cubrid_num_fields cubrid_query » PHP Manual CUBRID MySQL 互換関数 Ping a server connection or ... reconnect if there is no connection cubrid_ping (PECL CUB ... RID >= 8.3.1) cubrid_ping — Ping a server connection or reconnect if there is no connection 説明 ... cubrid_ping ( resource $conn_identifier = ? ): bool Checks whether or not the c ... onnection to the server is working. パラメータ conn_identifier The CUBRID connection identifier. If th ...
https://man.plustar.jp/php/function.cubrid-ping.html - [similar]
Returns the CUBRID database parameters 5332
« cubrid_get_client_info cubrid_get_query_timeout » PHP Manual CUBRID 関数 Returns the CUBRID da ... arameters 説明 cubrid_get_db_parameter ( resource $conn_identifier ): array This function returns the CUBR ... ot committed by another transaction T2. パラメータ conn_identifier The CUBRID connection. If the connectio ... r is not specified, the last link opened by cubrid_connect() is assumed. 戻り値 An associative array with ... Version:" , cubrid_version ()); printf ( "\n" ); $conn = cubrid_connect ( "localhost" , 33088 , "demodb" ...
https://man.plustar.jp/php/function.cubrid-get-db-parameter.html - [similar]
クエリがプリフェッチする行数を設定する 5273
« oci_set_prefetch_lob oci_statement_type » PHP Manual OCI8 関数 クエリがプリフェッチする行数を設 ... 例1 クエリのデフォルトプリフェッチ値の変更 <?php $conn = oci_connect ( 'hr' , 'welcome' , 'localhost/XE' ... ); $stid = oci_parse ( $conn , 'SELECT * FROM myverybigtable' ); oci_set_prefet ... e>\n" ; oci_free_statement ( $stid ); oci_close ( $conn ); ?> 例2 REF CURSOR のデフォルトプリフェッチの変更 ... T * FROM all_objects WHERE ROWNUM < 5000; END; */ $conn = oci_connect ( 'hr' , 'welcome' , 'localhost/XE' ...
https://man.plustar.jp/php/function.oci-set-prefetch.html - [similar]
プリペアドステートメントを実行する 5234
« db2_exec db2_fetch_array » PHP Manual IBM DB2 関数 プリペアドステートメントを実行する db2_exec ... ght) VALUES (?, ?, ?, ?)' ; $stmt = db2_prepare ( $conn , $insert ); if ( $stmt ) { $result = db2_execute ... います。 <?php $num_pets = 0 ; $res = db2_prepare ( $conn , "CALL count_my_pets(?)" ); $rc = db2_bind_param ... さんおなじみの SQL 結果セット形式で返します。 <?php $conn = db2_connect ( "SAMPLE" , "db2inst1" , "ibmdb2" ) ... ' ) AS T WHERE NAME = ? ' ; $stmt = db2_prepare ( $conn , $query ); $name = 'Kathy Smith' ; if ( $stmt ) { ...
https://man.plustar.jp/php/function.db2-execute.html - [similar]
この接続上で最後に成功した insert クエリが自動生成した ID を返す 5234
« db2_get_option db2_lob_read » PHP Manual IBM DB2 関数 この接続上で最後に成功した insert クエリ ... 文 ROLLBACK TO SAVEPOINT 文 パラメータ resource db2_connect() あるいは db2_pconnect() が返す接続リソース。 ... LE" ; $user = "db2inst1" ; $password = "ibmdb2" ; $conn = db2_connect ( $database , $user , $password ); i ... f( $conn ) { $createTable = "CREATE TABLE lastInsertID (id ... ame) VALUES ('Temp Name')" ; $stmt = @ db2_exec ( $conn , $createTable ); /* Checking for single row inser ...
https://man.plustar.jp/php/function.db2-last-insert-id.html - [similar]
NULL で終わる文字列を PostgreSQL バックエンドに送信する 5234
« pg_prepare pg_query_params » PHP Manual PostgreSQL 関数 NULL で終わる文字列を PostgreSQL バック ... QL バックエンドに送信する 説明 pg_put_line ( PgSql\Connection $connection = ? , string $data ): bool pg_pu ... () および pg_copy_to() が使用可能です。 パラメータ connection PgSql\Connection クラスのインスタンス。 conn ... フォルトの接続を使います。 デフォルトの接続とは、 pg_connect() または pg_pconnect() によって確立された直近の ... false を返します。 変更履歴 バージョン 説明 8.1.0 connection は、 PgSql\Connection クラスのインスタンスを ...
https://man.plustar.jp/php/function.pg-put-line.html - [similar]
Move the cursor of a lob object 5204
« cubrid_lob2_seek64 cubrid_lob2_size64 » PHP Manual CUBRID 関数 Move the cursor of a lob object ... example <?php // test_lob (id INT, contents CLOB) $conn = cubrid_connect ( "localhost" , 33000 , "demodb" ... , "dba" , "" ); cubrid_execute ( $conn , "DROP TABLE if exists test_lob" ); cubrid_execut ... e ( $conn , "CREATE TABLE test_lob (id INT, contents CLOB)" ... ); $req = cubrid_prepare ( $conn , "INSERT INTO test_lob VALUES(2, ?)" ); $lob = cu ...
https://man.plustar.jp/php/function.cubrid-lob2-seek.html - [similar]
Read from BLOB/CLOB data 5175
« cubrid_lob2_new cubrid_lob2_seek64 » PHP Manual CUBRID 関数 Read from BLOB/CLOB data cubrid_lo ... ample 1 <?php // test_lob (id INT, contents CLOB) $conn = cubrid_connect ( "localhost" , 33000 , "demodb" ... , "public" , "" ); $req = cubrid_execute ( $conn , "select * from test_lob" ); $row = cubrid_fetch_ ... ( $row [ 1 ], 20 ); print $data . "\n" ; cubrid_disconnect ( $conn ); ?> 例2 cubrid_lob2_read() example 2 ... <?php // test_lob (id INT, contents CLOB) $conn = cubrid_connect ( "localhost" , 33000 , "demodb" ...
https://man.plustar.jp/php/function.cubrid-lob2-read.html - [similar]
Open a persistent connection to a CUBRID server 5175
« cubrid_pconnect_with_url cubrid_prepare » PHP Manual CUBRID 関数 Open a persistent connection ... to a CUBRID server cubrid_pconnect (PECL CUBRID >= 8.3.1) cubrid_pconnect — Open a ... persistent connection to a CUBRID server 説明 cubrid_pconnect ( st ... g $passwd = ? ): resource Establishes a persistent connection to a CUBRID server. cubrid_pconnect() acts v ... ery much like cubrid_connect() with two major differences. First, when conne ...
https://man.plustar.jp/php/function.cubrid-pconnect.html - [similar]
Open a connection to a CUBRID Server 5146
« cubrid_connect_with_url cubrid_current_oid » PHP Manual CUBRID 関数 Open a connection to a CUB ... RID Server cubrid_connect (PECL CUBRID >= 8.3.1) cubrid_connect — Open a ... connection to a CUBRID Server 説明 cubrid_connect ( string $host , int $port , string $dbname , s ... ? , bool $new_link = false ): resource The cubrid_connect() function is used to establish the environment ... for connecting to your server by using your server address, ...
https://man.plustar.jp/php/function.cubrid-connect.html - [similar]