検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 123 for cubrid (0.060 sec.)
Escape special characters in a string for use in an SQL statement 6453
« cubrid_query cubrid_result » PHP Manual CUBRID MySQL 互換関数 Escape special characters in a s ... tring for use in an SQL statement cubrid_real_escape_string (PECL CUBRID >= 8.3.0) cubrid_r ... cters in a string for use in an SQL statement 説明 cubrid_real_escape_string ( string $unescaped_string , re ... string that is to be escaped. conn_identifier The CUBRID connection. If the connection identifier is not sp ... ecified, the last connection opened by cubrid_connect() is assumed. 戻り値 Escaped string versio ...
https://man.plustar.jp/php/function.cubrid-real-escape-string.html - [similar]
Fetch the next row and return it as an object 6416
« cubrid_fetch_lengths cubrid_fetch_row » PHP Manual CUBRID MySQL 互換関数 Fetch the next row an ... d return it as an object cubrid_fetch_object (PECL CUBRID >= 8.3.0) cubrid_fetch_o ... Fetch the next row and return it as an object 説明 cubrid_fetch_object ( resource $result , string $class_na ... ult. パラメータ result result comes from a call to cubrid_execute() class_name The name of the class to inst ... ctor for class_name objects. type Type can only be CUBRID_LOB, this parameter will be used only when you nee ...
https://man.plustar.jp/php/function.cubrid-fetch-object.html - [similar]
Get the facility code of error 6391
« cubrid_drop cubrid_error_code » PHP Manual CUBRID 関数 Get the facility code of error cubrid_e ... rror_code_facility (PECL CUBRID >= 8.3.0) cubrid_error_code_facility — Get the fac ... ility code of error 説明 cubrid_error_code_facility (): int The cubrid_error_code_ ... り値 Facility code of the error code that occurred: CUBRID_FACILITY_DBMS , CUBRID_FACILITY_CAS , CUBRID_FACIL ... ITY_CCI , CUBRID_FACILITY_CLIENT . 例 例1 cubrid_error_code_facilit ...
https://man.plustar.jp/php/function.cubrid-error-code-facility.html - [similar]
Set a read lock on the given OID 6391
« cubrid_lob2_write cubrid_lock_write » PHP Manual CUBRID 関数 Set a read lock on the given OID ... cubrid_lock_read (PECL CUBRID >= 8.3.0) cubrid_lock_read — Set a read lock on th ... e given OID 説明 cubrid_lock_read ( resource $conn_identifier , string $oi ... d ): bool The cubrid_lock_read() function is used to put read lock on t ... true を、失敗した場合に false を返します。 例 例1 cubrid_lock_read() example <?php $conn = cubrid_connect ( ...
https://man.plustar.jp/php/function.cubrid-lock-read.html - [similar]
Get the requested schema information 6391
« cubrid_rollback cubrid_seq_drop » PHP Manual CUBRID 関数 Get the requested schema information ... cubrid_schema (PECL CUBRID >= 8.3.0) cubrid_schema — Get the requested schema ... information 説明 cubrid_schema ( resource $conn_identifier , int $schema_t ... lass_name = ? , string $attr_name = ? ): array The cubrid_schema() function is used to get the requested sch ... on about specific attribute (can be used only with CUBRID_SCH_ATTR_PRIVILEGE ), set the attr_name . The resu ...
https://man.plustar.jp/php/function.cubrid-schema.html - [similar]
Delete an element from sequence type column using OID 6391
« cubrid_schema cubrid_seq_insert » PHP Manual CUBRID 関数 Delete an element from sequence type ... column using OID cubrid_seq_drop (PECL CUBRID >= 8.3.0) cubrid_seq_drop — ... n element from sequence type column using OID 説明 cubrid_seq_drop ( resource $conn_identifier , string $oid ... , string $attr_name , int $index ): bool The cubrid_seq_drop() function is used to delete an element y ... true を、失敗した場合に false を返します。 例 例1 cubrid_seq_drop() example <?php $conn = cubrid_connect ( ...
https://man.plustar.jp/php/function.cubrid-seq-drop.html - [similar]
Get the number of elements in collection type column using OID 6354
« cubrid_col_get cubrid_column_names » PHP Manual CUBRID 関数 Get the number of elements in coll ... ection type column using OID cubrid_col_size (PECL CUBRID >= 8.3.0) cubrid_col_size — ... elements in collection type column using OID 説明 cubrid_col_size ( resource $conn_identifier , string $oid ... , string $attr_name ): int The cubrid_col_size() function is used to get the number of e ... cess is unsuccessful, return false, not -1. 例 例1 cubrid_col_size() example <?php $conn = cubrid_connect ( ...
https://man.plustar.jp/php/function.cubrid-col-size.html - [similar]
Get last error message for the most recent function call 6354
« cubrid_error_code cubrid_execute » PHP Manual CUBRID 関数 Get last error message for the most ... recent function call cubrid_error_msg (PECL CUBRID >= 8.3.0) cubrid_error_msg ... ror message for the most recent function call 説明 cubrid_error_msg (): string The cubrid_error_msg() functi ... the error message that occurred during the use of CUBRID API. Usually, it gets error message when API retur ... ません。 戻り値 Error message that occurred. 例 例1 cubrid_error_msg() example <?php $conn = cubrid_connect ( ...
https://man.plustar.jp/php/function.cubrid-error-msg.html - [similar]
Return the client library version 6354
« cubrid_get_class_name cubrid_get_db_parameter » PHP Manual CUBRID 関数 Return the client libra ... ry version cubrid_get_client_info (PECL CUBRID >= 8.3.0) cubrid_get_ ... ient_info — Return the client library version 説明 cubrid_get_client_info (): string This function returns a ... on success,失敗した場合に false を返します. 例 例1 cubrid_get_client_info() example <?php printf ( "%-30s %s ... \n" , "CUBRID PHP Version:" , cubrid_version ()); printf ( "\n" ...
https://man.plustar.jp/php/function.cubrid-get-client-info.html - [similar]
Update the element value of sequence type column using OID 6354
« cubrid_seq_insert cubrid_set_add » PHP Manual CUBRID 関数 Update the element value of sequence ... type column using OID cubrid_seq_put (PECL CUBRID >= 8.3.0) cubrid_seq_put — Up ... ement value of sequence type column using OID 説明 cubrid_seq_put ( resource $conn_identifier , string $oid ... ame , int $index , string $seq_element ): bool The cubrid_seq_put() function is used to update the content o ... true を、失敗した場合に false を返します。 例 例1 cubrid_seq_put() example <?php $conn = cubrid_connect ( " ...
https://man.plustar.jp/php/function.cubrid-seq-put.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT