検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 270 for conn (0.011 sec.)
Return the number of rows affected by the last SQL statement 6662
« CUBRID MySQL 互換関数 cubrid_client_encoding » PHP Manual CUBRID MySQL 互換関数 Return the num ... QL statement 説明 cubrid_affected_rows ( resource $conn_identifier = ? ): int cubrid_affected_rows ( resou ... SQL statement (INSERT, DELETE, UPDATE). パラメータ conn_identifier The CUBRID connection. If the connectio ... er is not specified, the last link opend by cubrid_connect() is assumed. req_identifier Request Identifier ... uest. 例 例1 cubrid_affected_rows() example <?php $conn = cubrid_connect ( 'localhost' , 33000 , 'demodb' ...
https://man.plustar.jp/php/function.cubrid-affected-rows.html - [similar]
Insert an element to a sequence type column using OID 6662
« cubrid_seq_drop cubrid_seq_put » PHP Manual CUBRID 関数 Insert an element to a sequence type c ... olumn using OID 説明 cubrid_seq_insert ( resource $conn_identifier , string $oid , string $attr_name , int ... type attribute in a requested location. パラメータ conn_identifier Connection identifier. oid OID of the i ... 返します。 例 例1 cubrid_seq_insert() example <?php $conn = cubrid_connect ( "localhost" , 33000 , "demodb" ... , "dba" ); @ cubrid_execute ( $conn , "DROP TABLE foo" ); cubrid_execute ( $conn , "CR ...
https://man.plustar.jp/php/function.cubrid-seq-insert.html - [similar]
PHP の変数を、クエリで取得するカラムに関連づける 6662
« oci_connect oci_error » PHP Manual OCI8 関数 PHP の変数を、クエリで取得するカラムに関連づける ... を返します。 例 例1 oci_define_by_name() の例 <?php $conn = oci_connect ( 'hr' , 'welcome' , 'localhost/XE' ... ); if (! $conn ) { $e = oci_error (); trigger_error ( htmlentitie ... s WHERE location_id < 1200' ; $stid = oci_parse ( $conn , $sql ); // 実行する前に定義しなければなりません ... Venice oci_free_statement ( $stid ); oci_close ( $conn ); ?> 例2 oci_define_by_name() での大文字小文字を区 ...
https://man.plustar.jp/php/function.oci-define-by-name.html - [similar]
Get the number of elements in collection type column using OID 6633
« cubrid_col_get cubrid_column_names » PHP Manual CUBRID 関数 Get the number of elements in coll ... column using OID 説明 cubrid_col_size ( resource $conn_identifier , string $oid , string $attr_name ): in ... pe (set, multiset, sequence) attribute. パラメータ conn_identifier Connection identifier. oid OID the inst ... e, not -1. 例 例1 cubrid_col_size() example <?php $conn = cubrid_connect ( "localhost" , 33000 , "demodb" ... , "dba" ); @ cubrid_execute ( $conn , "DROP TABLE foo" ); cubrid_execute ( $conn , "CR ...
https://man.plustar.jp/php/function.cubrid-col-size.html - [similar]
Rolls back a transaction that was begun with sqlsrv_begin_transaction 6633
« sqlsrv_query sqlsrv_rows_affected » PHP Manual SQLSRV 関数 Rolls back a transaction that was b ... gin_transaction() 説明 sqlsrv_rollback ( resource $conn ): bool Rolls back a transaction that was begun wi ... th sqlsrv_begin_transaction() and returns the connection to auto-commit mode. パラメータ conn The con ... nection resource returned by a call to sqlsrv_connect() . 戻り値 成功した場合に true を、失敗した場合 ... ) . <?php $serverName = "serverName\sqlexpress" ; $connectionInfo = array( "Database" => "dbName" , "UID" ...
https://man.plustar.jp/php/function.sqlsrv-rollback.html - [similar]
Get contents of collection type column using OID 6603
« cubrid_close_request cubrid_col_size » PHP Manual CUBRID 関数 Get contents of collection type ... e column using OID 説明 cubrid_col_get ( resource $conn_identifier , string $oid , string $attr_name ): ar ... e) attribute you requested as an array. パラメータ conn_identifier Connection identifier. oid OID of the i ... successful. 例 例1 cubrid_col_get() example <?php $conn = cubrid_connect ( "localhost" , 33000 , "demodb" ... , "dba" ); @ cubrid_execute ( $conn , "DROP TABLE foo" ); cubrid_execute ( $conn , "CR ...
https://man.plustar.jp/php/function.cubrid-col-get.html - [similar]
Get a column using OID 6564
« cubrid_get_server_info cubrid_insert_id » PHP Manual CUBRID 関数 Get a column using OID cubrid ... Get a column using OID 説明 cubrid_get ( resource $conn_identifier , string $oid , mixed $attr = ? ): mixe ... array data type for the attr argument. パラメータ conn_identifier Connection identifier. oid OID of the i ... _error_code() ) 例 例1 cubrid_get() example <?php $conn = cubrid_connect ( "localhost" , 33000 , "demodb" ... ); @ cubrid_execute ( $conn , "DROP TABLE foo" ); cubrid_execute ( $conn , "CR ...
https://man.plustar.jp/php/function.cubrid-get.html - [similar]
Export BLOB/CLOB data to file 6564
« cubrid_lob_close cubrid_lob_get » PHP Manual CUBRID 関数 Export BLOB/CLOB data to file cubrid_ ... OB data to file 説明 cubrid_lob_export ( resource $conn_identifier , resource $lob_identifier , string $pa ... irst to get BLOB/CLOB info from CUBRID. パラメータ conn_identifier Connection identifier. lob_identifier L ... 返します。 例 例1 cubrid_lob_export() example <?php $conn = cubrid_connect ( "localhost" , 33000 , "demodb" ... , "dba" ); cubrid_execute ( $conn , "DROP TABLE if exists doc" ); cubrid_execute ( $ ...
https://man.plustar.jp/php/function.cubrid-lob-export.html - [similar]
Get BLOB/CLOB data 6535
« cubrid_lob_export cubrid_lob_send » PHP Manual CUBRID 関数 Get BLOB/CLOB data cubrid_lob_get ( ... Get BLOB/CLOB data 説明 cubrid_lob_get ( resource $conn_identifier , string $sql ): array cubrid_lob_get() ... the LOBs if you don't need it any more. パラメータ conn_identifier Connection identifier. sql SQL statemen ... を返します. 例 例1 cubrid_lob_get() example <?php $conn = cubrid_connect ( "localhost" , 33000 , "demodb" ... , "dba" ); cubrid_execute ( $conn , "DROP TABLE if exists doc" ); cubrid_execute ( $ ...
https://man.plustar.jp/php/function.cubrid-lob-get.html - [similar]
Begins a database transaction 6506
« SQLSRV 関数 sqlsrv_cancel » PHP Manual SQLSRV 関数 Begins a database transaction sqlsrv_begin_ ... nsaction 説明 sqlsrv_begin_transaction ( resource $conn ): bool The transaction begun by sqlsrv_begin_tran ... nformation, see » SQLSRV Transactions . パラメータ conn The connection resource returned by a call to sqls ... rv_connect() . 戻り値 成功した場合に true を、失敗した場合 ... ) . <?php $serverName = "serverName\sqlexpress" ; $connectionInfo = array( "Database" => "dbName" , "UID" ...
https://man.plustar.jp/php/function.sqlsrv-begin-transaction.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT