検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 270 for conn (0.002 sec.)
Set a read lock on the given OID 7044
« cubrid_lob2_write cubrid_lock_write » PHP Manual CUBRID 関数 Set a read lock on the given OID ... on the given OID 説明 cubrid_lock_read ( resource $conn_identifier , string $oid ): bool The cubrid_lock_r ... on the instance pointed by given oid . パラメータ conn_identifier Connection identifier. oid OID of the i ... 返します。 例 例1 cubrid_lock_read() 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-lock-read.html - [similar]
Update a column using OID 6819
« cubrid_prepare cubrid_rollback » PHP Manual CUBRID 関数 Update a column using OID cubrid_put ( ... ate a column using OID 説明 cubrid_put ( resource $conn_identifier , string $oid , string $attr = ? , mixe ... ument with associative array data type. パラメータ conn_identifier Connection identifier. oid OID of the i ... se を返します。 例 例1 cubrid_put() 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-put.html - [similar]
Delete an element from set type column using OID 6819
« cubrid_set_db_parameter cubrid_set_query_timeout » PHP Manual CUBRID 関数 Delete an element fr ... column using OID 説明 cubrid_set_drop ( resource $conn_identifier , string $oid , string $attr_name , str ... t, multiset) attribute of the database. パラメータ conn_identifier Connection identifier. oid OID of the i ... を返します。 例 例1 cubrid_set_drop() 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-set-drop.html - [similar]
直近の接続エラーメッセージおよび SQLCODE を返す 6819
« db2_conn_error db2_connect » PHP Manual IBM DB2 関数 直近の接続エラーメッセージおよび SQLCODE ... を返す db2_conn_errormsg (PECL ibm_db2 >= 1.0.0) db2_conn_errormsg ... の接続エラーメッセージおよび SQLCODE を返す 説明 db2_conn_errormsg ( resource $connection = ? ): string db2_ ... メッセージを返します。 接続が失敗した場合には、 db2_connect() は false を返します。 この場合、エラーメッセー ... ジおよび SQLSTATE の値を取得するために db2_conn_errormsg() に何もパラメータを渡す必要はありません。 ...
https://man.plustar.jp/php/function.db2-conn-errormsg.html - [similar]
Insert a single element to set type column using OID 6789
« cubrid_seq_put cubrid_set_autocommit » PHP Manual CUBRID 関数 Insert a single element to set t ... e column using OID 説明 cubrid_set_add ( resource $conn_identifier , string $oid , string $attr_name , str ... set, multiset, sequence) you requested. パラメータ conn_identifier Connection identifier. oid OID of the i ... を返します。 例 例1 cubrid_set_add() 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-set-add.html - [similar]
直近の接続から返された SQLSTATE を含む文字列を返す 6789
« db2_commit db2_conn_errormsg » PHP Manual IBM DB2 関数 直近の接続から返された SQLSTATE を含む文 ... 字列を返す db2_conn_error (PECL ibm_db2 >= 1.0.0) db2_conn_error — 直近 ... 続から返された SQLSTATE を含む文字列を返す 説明 db2_conn_error ( resource $connection = ? ): string db2_con ... SQLSTATE を返します。接続が失敗した場合には、 db2_connect() は false を返します。 この場合、SQLSTATE の値 ... を取得するために db2_conn_error() に何もパラメータを渡す必要はありません。 し ...
https://man.plustar.jp/php/function.db2-conn-error.html - [similar]
Delete an element from sequence type column using OID 6760
« cubrid_schema cubrid_seq_insert » PHP Manual CUBRID 関数 Delete an element from sequence type ... column using OID 説明 cubrid_seq_drop ( resource $conn_identifier , string $oid , string $attr_name , int ... equence type attribute in the database. パラメータ conn_identifier Connection identifier. oid OID of the i ... を返します。 例 例1 cubrid_seq_drop() 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-drop.html - [similar]
Read BLOB/CLOB data and send straight to browser 6692
« cubrid_lob_get cubrid_lob_size » PHP Manual CUBRID 関数 Read BLOB/CLOB data and send straight ... raight to browser 説明 cubrid_lob_send ( resource $conn_identifier , resource $lob_identifier ): bool cubr ... irst to get BLOB/CLOB info from CUBRID. パラメータ conn_identifier Connection identifier. lob_identifier L ... を返します。 例 例1 cubrid_lob_send() 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-send.html - [similar]
Update the element value of sequence type column using OID 6692
« cubrid_seq_insert cubrid_set_add » PHP Manual CUBRID 関数 Update the element value of sequence ... e column using OID 説明 cubrid_seq_put ( resource $conn_identifier , string $oid , string $attr_name , int ... in a sequent type attribute using OID. パラメータ conn_identifier Connection identifier. oid OID of the i ... を返します。 例 例1 cubrid_seq_put() 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-put.html - [similar]
MQSeries MQCONN 6692
« mqseries_cmit mqseries_connx » PHP Manual mqseries 関数 MQSeries MQCONN mqseries_conn (PECL mq ... series >= 0.10.0) mqseries_conn — MQSeries MQCONN 説明 mqseries_conn ( string $qMa ... nagerName , resource &$hconn , resource &$compCode , resource &$reason ): void ... The mqseries_conn() (MQCONN) をコールすると、アプリケーションプログラ ... プリケーションが接続したいキューマネージャの名前。 hConn 接続ハンドル。 このハンドルは、キューマネージャへの ...
https://man.plustar.jp/php/function.mqseries-conn.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT