検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 123 for CUBRID (0.063 sec.)
Delete an element from set type column using OID 6354
« cubrid_set_db_parameter cubrid_set_query_timeout » PHP Manual CUBRID 関数 Delete an element fr ... om set type column using OID cubrid_set_drop (PECL CUBRID >= 8.3.0) cubrid_set_drop — ... ete an element from set type column using OID 説明 cubrid_set_drop ( resource $conn_identifier , string $oid ... tring $attr_name , string $set_element ): bool The cubrid_set_drop() function is used to delete an element t ... true を、失敗した場合に false を返します。 例 例1 cubrid_set_drop() example <?php $conn = cubrid_connect ( ...
https://man.plustar.jp/php/function.cubrid-set-drop.html - [similar]
Get contents of collection type column using OID 6329
« cubrid_close_request cubrid_col_size » PHP Manual CUBRID 関数 Get contents of collection type ... column using OID cubrid_col_get (PECL CUBRID >= 8.3.0) cubrid_col_get — Ge ... contents of collection type column using OID 説明 cubrid_col_get ( resource $conn_identifier , string $oid ... , string $attr_name ): array The cubrid_col_get() function is used to get contents of the ... own; in such case you can check the error by using cubrid_error_code() ), when process is unsuccessful. 例 例 ...
https://man.plustar.jp/php/function.cubrid-col-get.html - [similar]
Insert an element to a sequence type column using OID 6329
« cubrid_seq_drop cubrid_seq_put » PHP Manual CUBRID 関数 Insert an element to a sequence type c ... olumn using OID cubrid_seq_insert (PECL CUBRID >= 8.3.0) cubrid_seq_inser ... n element to a sequence type column using OID 説明 cubrid_seq_insert ( resource $conn_identifier , string $o ... ame , int $index , string $seq_element ): bool The cubrid_col_insert() function is used to insert an element ... true を、失敗した場合に false を返します。 例 例1 cubrid_seq_insert() example <?php $conn = cubrid_connect ...
https://man.plustar.jp/php/function.cubrid-seq-insert.html - [similar]
Insert a single element to set type column using OID 6329
« cubrid_seq_put cubrid_set_autocommit » PHP Manual CUBRID 関数 Insert a single element to set t ... ype column using OID cubrid_set_add (PECL CUBRID >= 8.3.0) cubrid_set_add — In ... a single element to set type column using OID 説明 cubrid_set_add ( resource $conn_identifier , string $oid ... tring $attr_name , string $set_element ): bool The cubrid_set_add() function is used to insert a single elem ... true を、失敗した場合に false を返します。 例 例1 cubrid_set_add() example <?php $conn = cubrid_connect ( " ...
https://man.plustar.jp/php/function.cubrid-set-add.html - [similar]
Perform a query without fetching the results into memory 6329
« cubrid_result CUBRID 廃止されたエイリアスと関数 » PHP Manual CUBRID MySQL 互換関数 Perform a q ... uery without fetching the results into memory cubrid_unbuffered_query (PECL CUBRID >= 8.3.0) cubrid_unb ... uery without fetching the results into memory 説明 cubrid_unbuffered_query ( string $query , resource $conn_ ... パラメータ query A SQL query. conn_identifier The CUBRID connection. If the connection identifier is not sp ... ecified, the last connection opened by cubrid_connect() is assumed. 戻り値 For SELECT, SHOW, DES ...
https://man.plustar.jp/php/function.cubrid-unbuffered-query.html - [similar]
Get a column using OID 6292
« cubrid_get_server_info cubrid_insert_id » PHP Manual CUBRID 関数 Get a column using OID cubrid ... _get (PECL CUBRID >= 8.3.0) cubrid_get — Get a column using OID 説明 ... cubrid_get ( resource $conn_identifier , string $oid , mi ... xed $attr = ? ): mixed The cubrid_get() function is used to get the attribute of the ... warning message. You can check the error by using cubrid_error_code() ) 例 例1 cubrid_get() example <?php $ ...
https://man.plustar.jp/php/function.cubrid-get.html - [similar]
Return the ID generated for the last updated AUTO_INCREMENT column 6292
« cubrid_get cubrid_is_instance » PHP Manual CUBRID 関数 Return the ID generated for the last up ... dated AUTO_INCREMENT column cubrid_insert_id (PECL CUBRID >= 8.3.0) cubrid_insert_id ... ed for the last updated AUTO_INCREMENT column 説明 cubrid_insert_id ( resource $conn_identifier = ? ): strin ... g The cubrid_insert_id() function retrieves the ID generated fo ... not generate new rows, or FALSE on failure. 注意 : CUBRID supports AUTO_INCREMENT for more than one columns ...
https://man.plustar.jp/php/function.cubrid-insert-id.html - [similar]
Get OID of the current cursor location 6267
« cubrid_connect cubrid_disconnect » PHP Manual CUBRID 関数 Get OID of the current cursor locati ... on cubrid_current_oid (PECL CUBRID >= 8.3.0) cubrid_current_ ... oid — Get OID of the current cursor location 説明 cubrid_current_oid ( resource $req_identifier ): string T ... he cubrid_current_oid() function is used to get the oid of t ... rent cursor location from the query result. To use cubrid_current_oid() , the query executed must be a updat ...
https://man.plustar.jp/php/function.cubrid-current-oid.html - [similar]
Get error code for the most recent function call 6267
« cubrid_error_code_facility cubrid_error_msg » PHP Manual CUBRID 関数 Get error code for the mo ... st recent function call cubrid_error_code (PECL CUBRID >= 8.3.0) cubrid_error_cod ... error code for the most recent function call 説明 cubrid_error_code (): int The cubrid_error_code() functio ... occurred, or 0 (zero) if no error occurred. 例 例1 cubrid_error_code() example <?php $conn = cubrid_connect ... ( "localhost" , 33000 , "demodb" ); $req = cubrid_prepare ( $conn , "SELECT * FROM code WHERE s_name ...
https://man.plustar.jp/php/function.cubrid-error-code.html - [similar]
Return a numerical array with the values of the current row 6267
« cubrid_fetch_object cubrid_field_flags » PHP Manual CUBRID MySQL 互換関数 Return a numerical a ... rray with the values of the current row cubrid_fetch_row (PECL CUBRID >= 8.3.0) cubrid_fetch_row ... ical array with the values of the current row 説明 cubrid_fetch_row ( resource $result , int $type = ? ): ar ... ead. パラメータ result result comes from a call to cubrid_execute() type Type can only be CUBRID_LOB, this p ... e rows; NULL, when process is unsuccessful. 例 例1 cubrid_fetch_row() example <?php $conn = cubrid_connect ( ...
https://man.plustar.jp/php/function.cubrid-fetch-row.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT