検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 161 for column (0.007 sec.)
Get result of next query when executing multiple SQL statements 10690
« cubrid_move_cursor cubrid_num_cols » PHP Manual CUBRID 関数 Get result of next query when exec ... ws ( $req ); $col_num = cubrid_num_cols ( $req ); $column_name_list = cubrid_column_names ( $req ); $column_ ... type_list = cubrid_column_types ( $req ); $column_last_name = cubrid_field_n ... ame ( $req , $col_num - 1 ); $column_last_table = cubrid_field_table ( $req , $col_num ... - 1 ); $column_last_type = cubrid_field_type ( $req , $col_num - ...
https://man.plustar.jp/php/function.cubrid-next-result.html - [similar]
Get column types in result 10301
« cubrid_column_names cubrid_commit » PHP Manual CUBRID 関数 Get column types in result cubrid_column ... olumn_types (PECL CUBRID >= 8.3.0) cubrid_column_types — Get column types in result 説明 cubrid_col ... pes ( resource $req_identifier ): array The cubrid_column_types() function gets column types of query result ... fier. 戻り値 Array of string values containing the column types, when process is successful,失敗した場合に f ... alse を返します. 例 例1 cubrid_column_types() example <?php $conn = cubrid_connect ( "lo ...
https://man.plustar.jp/php/function.cubrid-column-types.html - [similar]
Get the column names in result 10209
« cubrid_col_size cubrid_column_types » PHP Manual CUBRID 関数 Get the column names in result cu ... brid_column_names (PECL CUBRID >= 8.3.0) cubrid_column_names — ... Get the column names in result 説明 cubrid_column_names ( resourc ... e $req_identifier ): array The cubrid_column_names() function is used to get the column names o ... fier. 戻り値 Array of string values containing the column names, when process is successful,失敗した場合に f ...
https://man.plustar.jp/php/function.cubrid-column-names.html - [similar]
Get the maximum length of the specified field 9086
« cubrid_field_flags cubrid_field_name » PHP Manual CUBRID MySQL 互換関数 Get the maximum length ... year=2004 AND nation_code='AUS' AND medal='G'" ); $column_names = cubrid_column_names ( $result ); $column_t ... ypes = cubrid_column_types ( $result ); printf ( "%-30s %-30s %-15s\n" ... , "Column Names" , "Column Types" , "Column Maxlen" ); for( ... $i = 0 , $size = count ( $column_names ); $i < $size ; $i ++) { $column_len = cubri ...
https://man.plustar.jp/php/function.cubrid-field-len.html - [similar]
Get column information from a result and return as an object 8994
« cubrid_fetch_assoc cubrid_fetch_lengths » PHP Manual CUBRID MySQL 互換関数 Get column informat ... ld (PECL CUBRID >= 8.3.1) cubrid_fetch_field — Get column information from a result and return as an object ... an object with certain properties of the specific column. The properties of the object are: name column nam ... e table name of the table that the column belongs to def default value of the column max_len ... gth maximum length of the column not_null 1 if the column cannot be NULL primary_ke ...
https://man.plustar.jp/php/function.cubrid-fetch-field.html - [similar]
Gets the header info of a database 8857
« dbase_delete_record dbase_get_record_with_names » PHP Manual dBase 関数 Gets the header info o ... urce $database ): array Returns information on the column structure of the given database resource. パラメー ... ) . 戻り値 An indexed array with an entry for each column in the database. The array index starts at 0. Each ... array element contains an associative array of column information, as described here: name The name of t ... he column type The human-readable name for the dbase type of ...
https://man.plustar.jp/php/function.dbase-get-header-info.html - [similar]
CUBRID 関数 8433
« 例 cubrid_bind » PHP Manual CUBRID CUBRID 関数 CUBRID 関数 目次 cubrid_bind — Bind variables t ... e cubrid_col_get — Get contents of collection type column using OID cubrid_col_size — Get the number of elem ... ents in collection type column using OID cubrid_column_names — Get the column nam ... es in result cubrid_column_types — Get column types in result cubrid_commit — ... eturn the CUBRID server version cubrid_get — Get a column using OID cubrid_insert_id — Return the ID generat ...
https://man.plustar.jp/php/ref.cubrid.html - [similar]
結果セットの次の行から、単一のカラムの値を取得する 8238
« mysqli_result::fetch_assoc mysqli_result::fetch_field_direct » PHP Manual mysqli_result 結果セ ... ら、単一のカラムの値を取得する mysqli_result::fetch_column mysqli_fetch_column (PHP 8 >= 8.1.0) mysqli_result ... ::fetch_column -- mysqli_fetch_column — 結果セットの次の行から、単 ... 説明 オブジェクト指向型 public mysqli_result::fetch_column ( int $column = 0 ): null | int | float | string | ... false 手続き型 mysqli_fetch_column ( mysqli_result $result , int $column = 0 ): null ...
https://man.plustar.jp/php/mysqli-result.fetch-column.html - [similar]
CUBRID 8112
« ベンダー固有のモジュール はじめに » PHP Manual ベンダー固有のモジュール CUBRID CUBRID はじめに ... e cubrid_col_get — Get contents of collection type column using OID cubrid_col_size — Get the number of elem ... ents in collection type column using OID cubrid_column_names — Get the column nam ... es in result cubrid_column_types — Get column types in result cubrid_commit — ... eturn the CUBRID server version cubrid_get — Get a column using OID cubrid_insert_id — Return the ID generat ...
https://man.plustar.jp/php/book.cubrid.html - [similar]
The Swoole\Table class 7780
« Swoole\Server::tick Swoole\Table::column » PHP Manual Swoole The Swoole\Table class The Swoole ... ; const int TYPE_FLOAT = 6 ; /* メソッド */ public column ( string $name , string $type , int $size = ? ): R ... rent (): array public decr ( string $key , string $column , int $decrby = ? ): ReturnType public del ( strin ... key ): bool public get ( string $row_key , string $column_key ): int public incr ( string $key , string $col ... STRING Swoole\Table::TYPE_FLOAT 目次 Swoole\Table::column — Set the data type and size of the columns. Swool ...
https://man.plustar.jp/php/class.swoole-table.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT