検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 123 for cubrid (0.014 sec.)
Get column types in result 6082
« cubrid_column_names cubrid_commit » PHP Manual CUBRID 関数 Get column types in result cubrid_c ... olumn_types (PECL CUBRID >= 8.3.0) cubrid_column_types — Get column types i ... n result 説明 cubrid_column_types ( resource $req_identifier ): array T ... he cubrid_column_types() function gets column types of query ... successful,失敗した場合に false を返します. 例 例1 cubrid_column_types() example <?php $conn = cubrid_connec ...
https://man.plustar.jp/php/function.cubrid-column-types.html - [similar]
Read data from a GLO instance and save it in a file 6082
« CUBRID 廃止されたエイリアスと関数 cubrid_new_glo » PHP Manual CUBRID 廃止されたエイリアスと関数 ... ead data from a GLO instance and save it in a file cubrid_load_from_glo (PECL CUBRID >= 8.3.0) cubrid_load_f ... ata from a GLO instance and save it in a file 説明 cubrid_load_from_glo ( resource $conn_identifier , string ... $oid , string $file_name ): int The cubrid_load_from_glo() function is used to read a data fr ... sful. false , when process is unsuccessful. 例 例1 cubrid_load_from_glo() example <?php $req = cubrid_execut ...
https://man.plustar.jp/php/function.cubrid-load-from-glo.html - [similar]
Return the number of columns in the result set 6082
« cubrid_next_result cubrid_num_rows » PHP Manual CUBRID 関数 Return the number of columns in th ... e result set cubrid_num_cols (PECL CUBRID >= 8.3.0) cubrid_num_cols — ... eturn the number of columns in the result set 説明 cubrid_num_cols ( resource $result ): int The cubrid_num_ ... ul. false , if SQL statement is not SELECT. 例 例1 cubrid_num_cols() example <?php $conn = cubrid_connect ( ... "localhost" , 33000 , "demodb" , "dba" ); $req = cubrid_execute ( $conn , "SELECT * FROM code" ); $row_num ...
https://man.plustar.jp/php/function.cubrid-num-cols.html - [similar]
Return the name of the table of the specified field 6058
« cubrid_field_seek cubrid_field_type » PHP Manual CUBRID MySQL 互換関数 Return the name of the ... table of the specified field cubrid_field_table (PECL CUBRID >= 8.3.0) cubrid_field_ta ... the name of the table of the specified field 説明 cubrid_field_table ( resource $result , int $field_offset ... INS. パラメータ result result comes from a call to cubrid_execute() field_offset The numerical field offset. ... et value. -1 if SQL sentence is not SELECT. 例 例1 cubrid_field_table() example <?php $conn = cubrid_connect ...
https://man.plustar.jp/php/function.cubrid-field-table.html - [similar]
Check whether the instance pointed by OID exists 6058
« cubrid_insert_id cubrid_lob_close » PHP Manual CUBRID 関数 Check whether the instance pointed ... by OID exists cubrid_is_instance (PECL CUBRID >= 8.3.0) cubrid_is_insta ... ck whether the instance pointed by OID exists 説明 cubrid_is_instance ( resource $conn_identifier , string $ ... oid ): int The cubrid_is_instance() function is used to check whether th ... stance does not exist; -1, in case of error 例 例1 cubrid_is_instance() example <?php $conn = cubrid_connect ...
https://man.plustar.jp/php/function.cubrid-is-instance.html - [similar]
Return the value of a specific field in a specific row 6021
« cubrid_real_escape_string cubrid_unbuffered_query » PHP Manual CUBRID MySQL 互換関数 Return th ... e value of a specific field in a specific row cubrid_result (PECL CUBRID >= 8.3.0) cubrid_result — Retu ... e value of a specific field in a specific row 説明 cubrid_result ( resource $result , int $row , mixed $fiel ... set. パラメータ result result comes from a call to cubrid_execute() row The row number from the result that ... (NULL if value if null). false on failure. 例 例1 cubrid_result() example <?php $conn = cubrid_connect ( "l ...
https://man.plustar.jp/php/function.cubrid-result.html - [similar]
Close LOB object 5959
« cubrid_lob2_bind cubrid_lob2_export » PHP Manual CUBRID 関数 Close LOB object cubrid_lob2_clos ... e (PECL CUBRID >= 8.4.1) cubrid_lob2_close — Close LOB object 説明 ... cubrid_lob2_close ( resource $lob_identifier ): bool The ... function is used to close LOB object returned from cubrid_lob2_new() or got from the result set. パラメータ ... lob_identifier Lob identifier as a result of cubrid_lob2_new() or get from the result set. 戻り値 成功 ...
https://man.plustar.jp/php/function.cubrid-lob2-close.html - [similar]
Return the type of the column corresponding to the given field offset 5934
« cubrid_field_table cubrid_list_dbs » PHP Manual CUBRID MySQL 互換関数 Return the type of the c ... olumn corresponding to the given field offset cubrid_field_type (PECL CUBRID >= 8.3.0) cubrid_field_typ ... olumn corresponding to the given field offset 説明 cubrid_field_type ( resource $result , int $field_offset ... etc. パラメータ result result comes from a call to cubrid_execute() field_offset The numerical field offset. ... et value. -1 if SQL sentence is not SELECT. 例 例1 cubrid_field_type() example <?php $conn = cubrid_connect ...
https://man.plustar.jp/php/function.cubrid-field-type.html - [similar]
Free the memory occupied by the result data 5934
« cubrid_fetch cubrid_get_autocommit » PHP Manual CUBRID 関数 Free the memory occupied by the re ... sult data cubrid_free_result (PECL CUBRID >= 8.3.0) cubrid_free_res ... — Free the memory occupied by the result data 説明 cubrid_free_result ( resource $req_identifier ): bool Thi ... now, and if you want free all memory, use function cubrid_close_request() . パラメータ req_identifier This i ... true を、失敗した場合に false を返します。 例 例1 cubrid_free_result() example <?php $conn = cubrid_connect ...
https://man.plustar.jp/php/function.cubrid-free-result.html - [similar]
CUBRID 廃止されたエイリアスと関数 5934
« cubrid_unbuffered_query cubrid_load_from_glo » PHP Manual CUBRID CUBRID 廃止されたエイリアスと ... 関数 CUBRID 廃止されたエイリアスと関数 目次 cubrid_load_from_g ... ead data from a GLO instance and save it in a file cubrid_new_glo — Create a glo instance cubrid_save_to_glo ... — Save requested file in a GLO instance cubrid_send_glo — Read data from glo and send it to std o ... utput 関連キーワード: CUBRID , 廃止 , 関数 , cubrid , from , instance , send , ...
https://man.plustar.jp/php/oldaliases.cubrid.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT