検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 123 for cubrid (0.004 sec.)
Sets the CUBRID database parameters 6810
« cubrid_set_autocommit cubrid_set_drop » PHP Manual CUBRID 関数 Sets the CUBRID database parame ... ters cubrid_set_db_parameter (PECL CUBRID >= 8.4.0) cubrid_set ... _db_parameter — Sets the CUBRID database parameters 説明 cubrid_set_db_parameter ( ... r , int $param_type , int $param_value ): bool The cubrid_set_db_parameter() function is used to set the CUB ... RID database parameters. It can set the following CUBRID database parameters: PARAM_ISOLATION_LEVEL PARAM_L ...
https://man.plustar.jp/php/function.cubrid-set-db-parameter.html - [similar]
Get the CUBRID PHP module's version 6810
« cubrid_set_query_timeout CUBRID MySQL 互換関数 » PHP Manual CUBRID 関数 Get the CUBRID PHP mod ... ule's version cubrid_version (PECL CUBRID >= 8.3.0) cubrid_version — Ge ... t the CUBRID PHP module's version 説明 cubrid_version (): strin ... g The cubrid_version() function is used to get the CUBRID PHP m ... り値 Version information (eg. "8.3.1.0001"). 例 例1 cubrid_version() example <?php printf ( "%-30s %s\n" , "C ...
https://man.plustar.jp/php/function.cubrid-version.html - [similar]
Get BLOB/CLOB data 6786
« cubrid_lob_export cubrid_lob_send » PHP Manual CUBRID 関数 Get BLOB/CLOB data cubrid_lob_get ( ... PECL CUBRID >= 8.3.1) cubrid_lob_get — Get BLOB/CLOB data 説明 ... cubrid_lob_get ( resource $conn_identifier , string $sql ... ): array cubrid_lob_get() is used to get BLOB/CLOB meta info from ... CUBRID database, CUBRID gets BLOB/CLOB by executing the SQL statement, and ...
https://man.plustar.jp/php/function.cubrid-lob-get.html - [similar]
Import BLOB/CLOB data from a file 6786
« cubrid_lob2_export cubrid_lob2_new » PHP Manual CUBRID 関数 Import BLOB/CLOB data from a file ... cubrid_lob2_import (PECL CUBRID >= 8.4.1) cubrid_lob2_import — Import BLOB/CLOB da ... ta from a file 説明 cubrid_lob2_import ( resource $lob_identifier , string $f ... ile_name ): bool The cubrid_lob2_import() function is used to save the content ... ta from a file. To use this function, you must use cubrid_lob2_new() or fetch a lob object from CUBRID datab ...
https://man.plustar.jp/php/function.cubrid-lob2-import.html - [similar]
Close BLOB/CLOB data 6749
« cubrid_is_instance cubrid_lob_export » PHP Manual CUBRID 関数 Close BLOB/CLOB data cubrid_lob_ ... close (PECL CUBRID >= 8.3.1) cubrid_lob_close — Close BLOB/CLOB data ... 説明 cubrid_lob_close ( array $lob_identifier_array ): bool cu ... ose() is used to close all BLOB/CLOB returned from cubrid_lob_get() . パラメータ lob_identifier_array LOB id ... entifier array returned from cubrid_lob_get() . 戻り値 成功した場合に true を、失敗した ...
https://man.plustar.jp/php/function.cubrid-lob-close.html - [similar]
Read BLOB/CLOB data and send straight to browser 6749
« cubrid_lob_get cubrid_lob_size » PHP Manual CUBRID 関数 Read BLOB/CLOB data and send straight ... to browser cubrid_lob_send (PECL CUBRID >= 8.3.1) cubrid_lob_send — ... d BLOB/CLOB data and send straight to browser 説明 cubrid_lob_send ( resource $conn_identifier , resource $l ... ob_identifier ): bool cubrid_lob_send() reads BLOB/CLOB data and passes it stra ... to the browser. To use this function, you must use cubrid_lob_get() first to get BLOB/CLOB info from CUBRID. ...
https://man.plustar.jp/php/function.cubrid-lob-send.html - [similar]
Roll back a transaction 6749
« cubrid_put cubrid_schema » PHP Manual CUBRID 関数 Roll back a transaction cubrid_rollback (PEC ... L CUBRID >= 8.3.0) cubrid_rollback — Roll back a transactio ... n 説明 cubrid_rollback ( resource $conn_identifier ): bool The c ... ress. Connection to server is closed after calling cubrid_rollback() . Connection handle, however, is still ... true を、失敗した場合に false を返します。 例 例1 cubrid_rollback() example <?php $conn = cubrid_connect ( ...
https://man.plustar.jp/php/function.cubrid-rollback.html - [similar]
Return the numerical value of the error message from previous CUBRID operation 6724
« cubrid_db_name cubrid_error » PHP Manual CUBRID MySQL 互換関数 Return the numerical value of t ... he error message from previous CUBRID operation cubrid_errno (PECL CUBRID >= 8.3.1) cubr ... numerical value of the error message from previous CUBRID operation 説明 cubrid_errno ( resource $conn_ident ... = ? ): int Returns the error number from the last CUBRID function. The cubrid_errno() function is used to g ... s its return value. パラメータ conn_identifier The CUBRID connection identifier. If the connection identifie ...
https://man.plustar.jp/php/function.cubrid-errno.html - [similar]
Delete an instance using OID 6687
« cubrid_disconnect cubrid_error_code_facility » PHP Manual CUBRID 関数 Delete an instance using ... OID cubrid_drop (PECL CUBRID >= 8.3.0) cubrid_drop — Delete a ... n instance using OID 説明 cubrid_drop ( resource $conn_identifier , string $oid ): ... bool The cubrid_drop() function is used to delete an instance from ... true を、失敗した場合に false を返します。 例 例1 cubrid_drop() example <?php $conn = cubrid_connect ( "loc ...
https://man.plustar.jp/php/function.cubrid-drop.html - [similar]
Bind a lob object or a string as a lob object to a prepared statement as paramet... 6687
« cubrid_lob_size cubrid_lob2_close » PHP Manual CUBRID 関数 Bind a lob object or a string as a ... lob object to a prepared statement as parameters cubrid_lob2_bind (PECL CUBRID >= 8.4.1) cubrid_lob2_bind ... object to a prepared statement as parameters 説明 cubrid_lob2_bind ( resource $req_identifier , int $bind_i ... nd_value , string $bind_value_type = ? ): bool The cubrid_lob2_bind() function is used to bind BLOB/CLOB dat ... laceholder in the SQL statement that was passed to cubrid_prepare() . If bind_value_type is not given, strin ...
https://man.plustar.jp/php/function.cubrid-lob2-bind.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT