検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 44 for COL (0.036 sec.)
指定したスキーマ情報を取得する 7945
« PDO_CUBRID DSN MS SQL Server (PDO) » PHP Manual CUBRID (PDO) 指定したスキーマ情報を取得する PD ... nt $schema_type , string $table_name = ? , string $col_name = ? ): array 指定したスキーマ情報をデータベー ... ければなりません。また、 カラムの情報を知りたければ col_name を指定しなければなりません (PDO::CUBRID_SCH_C ... せん)。 この関数の返す結果は二次元の配列になります (column (associative array) * row (numeric array))。 次 ... PDO::CUBRID_SCH_TABLE_PRIVILEGE / PDO::CUBRID_SCH_COL_PRIVILEGE 1 CLASS_NAME / ATTR_NAME 2 PRIVILEGE 3 G ...
https://man.plustar.jp/php/pdo.cubrid-schema.html - [similar]
Insert an element to a sequence type column using OID 7607
« cubrid_seq_drop cubrid_seq_put » PHP Manual CUBRID 関数 Insert an element to a sequence type col ... _seq_insert — Insert an element to a sequence type column using OID 説明 cubrid_seq_insert ( resource $co ... nt $index , string $seq_element ): bool The cubrid_col_insert() function is used to insert an element to ... $oid = cubrid_current_oid ( $req ); $attr = cubrid_col_get ( $conn , $oid , "c" ); var_dump ( $attr ); cu ... ( $conn , $oid , "c" , 5 , "44" ); $attr = cubrid_col_get ( $conn , $oid , "c" ); var_dump ( $attr ); cu ...
https://man.plustar.jp/php/function.cubrid-seq-insert.html - [similar]
Return the number of columns in the result set 7407
« cubrid_list_dbs cubrid_ping » PHP Manual CUBRID MySQL 互換関数 Return the number of columns in ... >= 8.3.0) cubrid_num_fields — Return the number of columns in the result set 説明 cubrid_num_fields ( res ... $result ): int This function returns the number of columns in the result set, on success, or it returns F ... brid_query() and cubrid_prepare() 戻り値 Number of columns, on success. -1 if SQL sentence is not SELECT. ... ROM code" ); $row_num = cubrid_num_rows ( $req ); $col_num = cubrid_num_fields ( $req ); printf ( "Row Nu ...
https://man.plustar.jp/php/function.cubrid-num-fields.html - [similar]
Return the number of columns in the result set 7346
« 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 — Return t ... he number of columns in the result set 説明 cubrid_num_cols ( resou ... rce $result ): int The cubrid_num_cols() function is used to get the number of columns f ... tement. パラメータ result Result. 戻り値 Number of columns, when process is successful. false , if SQL st ...
https://man.plustar.jp/php/function.cubrid-num-cols.html - [similar]
基本的な使用法 7346
« 例 基本的な使い方 » PHP Manual 例 基本的な使用法 基本的な使用法 この例では、PostgreSQL への接続 ... L_ASSOC )) { echo "\t<tr>\n" ; foreach ( $line as $col_value ) { echo "\t\t<td> $col_value </td>\n" ; } e ...
https://man.plustar.jp/php/pgsql.examples-basic.html - [similar]
Return the name of the specified field index 7207
« cubrid_field_len cubrid_field_seek » PHP Manual CUBRID MySQL 互換関数 Return the name of the s ... year=2004 AND nation_code='AUS' AND medal='G'" ); $col_num = cubrid_num_cols ( $result ); printf ( "%-30s ... Field Name" , "Field Flags" ); for( $i = 0 ; $i < $col_num ; $i ++) { printf ( "%-30s %s\n" , cubrid_fiel ...
https://man.plustar.jp/php/function.cubrid-field-name.html - [similar]
Return the name of the table of the specified field 7207
« cubrid_field_seek cubrid_field_type » PHP Manual CUBRID MySQL 互換関数 Return the name of the ... cubrid_execute ( $conn , "SELECT * FROM code" ); $col_num = cubrid_num_cols ( $result ); printf ( "%-15s ... "Field Name" , "Field Type" ); for( $i = 0 ; $i < $col_num ; $i ++) { printf ( "%-15s %-15s %s\n" , cubri ...
https://man.plustar.jp/php/function.cubrid-field-table.html - [similar]
Return the type of the column corresponding to the given field offset 7207
« cubrid_field_table cubrid_list_dbs » PHP Manual CUBRID MySQL 互換関数 Return the type of the col ... 8.3.0) cubrid_field_type — Return the type of the column corresponding to the given field offset 説明 cu ... et ): string This function returns the type of the column corresponding to the given field offset. The re ... level E_WARNING is also issued. 戻り値 Type of the column, on success. false when invalid field_offset va ... cubrid_execute ( $conn , "SELECT * FROM code" ); $col_num = cubrid_num_cols ( $result ); printf ( "%-15s ...
https://man.plustar.jp/php/function.cubrid-field-type.html - [similar]
Get the number of rows in the result set 7207
« cubrid_num_cols cubrid_pconnect_with_url » PHP Manual CUBRID 関数 Get the number of rows in th ... ROM code" ); $row_num = cubrid_num_rows ( $req ); $col_num = cubrid_num_cols ( $req ); printf ( "Row Num: ... %d\nColumn Num: %d\n" , $row_num , $col_num ); cubrid_disc ... nn ); ?> 上の例の出力は以下となります。 Row Num: 6 Column Num: 2 参考 cubrid_execute() - Execute a prepar ... ed SQL statement cubrid_num_cols() - Return the number of columns in the result se ...
https://man.plustar.jp/php/function.cubrid-num-rows.html - [similar]
MySQL 拡張モジュールの概要を示す例 7207
« 例 MySQL 関数 » PHP Manual 例 MySQL 拡張モジュールの概要を示す例 MySQL 拡張モジュールの概要を示 ... L_ASSOC )) { echo "\t<tr>\n" ; foreach ( $line as $col_value ) { echo "\t\t<td> $col_value </td>\n" ; } e ...
https://man.plustar.jp/php/mysql.examples-basic.html - [similar]
PREV 1 2 3 4 5 NEXT