検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 123 for cubrid (0.040 sec.)
Ping a server connection or reconnect if there is no connection 6181
« cubrid_num_fields cubrid_query » PHP Manual CUBRID MySQL 互換関数 Ping a server connection or ... reconnect if there is no connection cubrid_ping (PECL CUBRID >= 8.3.1) cubrid_ping — Ping a s ... ection or reconnect if there is no connection 説明 cubrid_ping ( resource $conn_identifier = ? ): bool Check ... server is working. パラメータ conn_identifier The CUBRID connection identifier. If the connection identifie ... r is not specified, the last connection opened by cubrid_connect() is assumed. 戻り値 Returns true if the c ...
https://man.plustar.jp/php/function.cubrid-ping.html - [similar]
Read data from glo and send it to std output 6181
« cubrid_save_to_glo dBase » PHP Manual CUBRID 廃止されたエイリアスと関数 Read data from glo and ... send it to std output cubrid_send_glo (PECL CUBRID >= 8.3.0) cubrid_send_glo — ... Read data from glo and send it to std output 説明 cubrid_send_glo ( resource $conn_identifier , string $oid ... ): int The cubrid_send_glo() function is used to read data from glo ... sful. false , when process is unsuccessful. 例 例1 cubrid_send_glo() example <?php $req = cubrid_execute ( $ ...
https://man.plustar.jp/php/function.cubrid-send-glo.html - [similar]
Get the class name using OID 6144
« cubrid_get_charset cubrid_get_client_info » PHP Manual CUBRID 関数 Get the class name using OI ... D cubrid_get_class_name (PECL CUBRID >= 8.3.0) cubrid_get_c ... lass_name — Get the class name using OID 説明 cubrid_get_class_name ( resource $conn_identifier , strin ... g $oid ): string The cubrid_get_class_name() function is used to get the class ... successful,失敗した場合に false を返します. 例 例1 cubrid_get_class_name() example <?php $conn = cubrid_conn ...
https://man.plustar.jp/php/function.cubrid-get-class-name.html - [similar]
Set autocommit mode of the connection 6144
« cubrid_set_add cubrid_set_db_parameter » PHP Manual CUBRID 関数 Set autocommit mode of the con ... nection cubrid_set_autocommit (PECL CUBRID >= 8.4.0) cubrid_set_a ... ommit — Set autocommit mode of the connection 説明 cubrid_set_autocommit ( resource $conn_identifier , bool ... $mode ): bool The cubrid_set_autocommit() function is used to set the CUBRI ... commit mode of the current database connection. In CUBRID PHP, auto-commit mode is disabled by default for t ...
https://man.plustar.jp/php/function.cubrid-set-autocommit.html - [similar]
指定したスキーマ情報を取得する 6144
« PDO_CUBRID DSN MS SQL Server (PDO) » PHP Manual CUBRID (PDO) 指定したスキーマ情報を取得する PD ... O::cubrid_schema (PECL PDO_CUBRID >= 8.3.0.0001) PDO::cubrid ... — 指定したスキーマ情報を取得する 説明 public PDO::cubrid_schema ( int $schema_type , string $table_name = ? ... りたければ col_name を指定しなければなりません (PDO::CUBRID_SCH_COL_PRIVILEGE とともにしか使えません)。 この関 ... の戻り値の構造 スキーマ カラム番号 カラム名 値 PDO::CUBRID_SCH_TABLE 1 NAME 2 TYPE 0:システムテーブル 1:ビュー ...
https://man.plustar.jp/php/pdo.cubrid-schema.html - [similar]
Get auto-commit mode of the connection 6119
« cubrid_free_result cubrid_get_charset » PHP Manual CUBRID 関数 Get auto-commit mode of the con ... nection cubrid_get_autocommit (PECL CUBRID >= 8.4.0) cubrid_get_a ... mmit — Get auto-commit mode of the connection 説明 cubrid_get_autocommit ( resource $conn_identifier ): bool ... The cubrid_get_autocommit() function is used to get the statu ... s of CUBRID database connection auto-commit mode. For CUBRID 8 ...
https://man.plustar.jp/php/function.cubrid-get-autocommit.html - [similar]
Get a lob object's size 6119
« cubrid_lob2_seek cubrid_lob2_size » PHP Manual CUBRID 関数 Get a lob object's size cubrid_lob2 ... _size64 (PECL CUBRID >= 8.4.1) cubrid_lob2_size64 — Get a lob object's ... size 説明 cubrid_lob2_size64 ( resource $lob_identifier ): string T ... he cubrid_lob2_size64() function is used to get the size of ... メータ lob_identifier Lob identifier as a result of cubrid_lob2_new() or get from the result set. 戻り値 It w ...
https://man.plustar.jp/php/function.cubrid-lob2-size64.html - [similar]
Tell the cursor position of the LOB object 6119
« cubrid_lob2_size cubrid_lob2_tell » PHP Manual CUBRID 関数 Tell the cursor position of the LOB ... object cubrid_lob2_tell64 (PECL CUBRID >= 8.4.1) cubrid_lob2_tel ... — Tell the cursor position of the LOB object 説明 cubrid_lob2_tell64 ( resource $lob_identifier ): string T ... he cubrid_lob2_tell64() function is used to tell the cursor ... メータ lob_identifier Lob identifier as a result of cubrid_lob2_new() or get from the result set. 戻り値 It w ...
https://man.plustar.jp/php/function.cubrid-lob2-tell64.html - [similar]
Return the number of columns in the result set 6119
« cubrid_list_dbs cubrid_ping » PHP Manual CUBRID MySQL 互換関数 Return the number of columns in ... the result set cubrid_num_fields (PECL CUBRID >= 8.3.0) cubrid_num_field ... eturn the number of columns in the result set 説明 cubrid_num_fields ( resource $result ): int This function ... ure. パラメータ result result comes from a call to cubrid_execute() , cubrid_query() and cubrid_prepare() 戻 ... SELECT. false when process is unsuccessful. 例 例1 cubrid_num_fields() example <?php $conn = cubrid_connect ...
https://man.plustar.jp/php/function.cubrid-num-fields.html - [similar]
Get the column names in result 6082
« cubrid_col_size cubrid_column_types » PHP Manual CUBRID 関数 Get the column names in result cubrid ... brid_column_names (PECL CUBRID >= 8.3.0) cubrid_column_names — Get the column nam ... es in result 説明 cubrid_column_names ( resource $req_identifier ): array T ... he cubrid_column_names() function is used to get the column ... successful,失敗した場合に false を返します. 例 例1 cubrid_column_names() example <?php $conn = cubrid_connec ...
https://man.plustar.jp/php/function.cubrid-column-names.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT