Results of 1 - 10 of about 44 for col (0.001 sec.)
- Get contents of collection type column using OID 11726
- « 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 — Get co ... ntents of collection type column using OID 説明 cubrid_col_get ( ... tring $oid , string $attr_name ): array The cubrid_col_get() function is used to get contents of the elem ... ents of the collection type (set, multiset, sequence) attribute yo ...
-
https://man.plustar.jp/php/function.cubrid-col-get.html
- [similar]
- Get the number of elements in collection type column using OID 11726
- « 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 — Get the number of elements in collection ty ... pe column using OID 説明 cubrid_col_size ( resource $conn ... string $oid , string $attr_name ): int The cubrid_col_size() function is used to get the number of eleme ...
-
https://man.plustar.jp/php/function.cubrid-col-size.html
- [similar]
- Oracle におけるフィールドの型を問い合わせる 10588
- « oci_field_size oci_field_type » PHP Manual OCI8 関数 Oracle におけるフィールドの型を問い合わせ
... eld_type_raw ( resource $statement , string | int $column ): int | false フィールド column の、Oracle にお ... パラメータ statement 有効な OCI ステートメント ID。 column フィールド番号 (1 から始まる) あるいは名前のいず ... のテーブルを用意します // CREATE TABLE mytab (number_col NUMBER, varchar2_col varchar2(1), clob_col CLOB, d ... ate_col DATE); $conn = oci_connect ( "hr" , "hrpwd" , "loc ...
-
https://man.plustar.jp/php/function.oci-field-type-raw.html
- [similar]
- 文からのフィールド名を返す 10512
- « oci_field_is_null oci_field_precision » PHP Manual OCI8 関数 文からのフィールド名を返す oci_fi
... i_field_name ( resource $statement , string | int $column ): string | false column の名前を返します。 パラ ... メータ statement 有効な OCI ステートメント ID。 column フィールド番号 (1 から始まる) あるいは名前のいず ... eate the table with: // CREATE TABLE mytab (number_col NUMBER, varchar2_col varchar2(1), // clob_col CLOB ... , date_col DATE); $conn = oci_connect ( "hr" , "hrpwd" , "loc ...
-
https://man.plustar.jp/php/function.oci-field-name.html
- [similar]
- フィールドサイズを返す 10312
- « oci_field_scale oci_field_type_raw » PHP Manual OCI8 関数 フィールドサイズを返す oci_field_siz
... i_field_size ( resource $statement , string | int $column ): int | false フィールド column のサイズを返し ... パラメータ statement 有効な OCI ステートメント ID。 column フィールドのインデックス (1 から始まるもの) ある ... いは名前。 戻り値 フィールド column のサイズを表すバイト数を返します。 失敗した場合 ... のテーブルを用意します // CREATE TABLE mytab (number_col NUMBER, varchar2_col varchar2(1), // clob_col CLOB ...
-
https://man.plustar.jp/php/function.oci-field-size.html
- [similar]
- 結果セットにおけるフィールド数を得る 10250
- « ibase_name_result ibase_num_params » PHP Manual Firebird/InterBase 関数 結果セットにおけるフィ
... $rs = ibase_query ( "SELECT * FROM tablename" ); $coln = ibase_num_fields ( $rs ); for ( $i = 0 ; $i < $ ... coln ; $i ++) { $col_info = ibase_field_info ( $rs , $i ); echo "name: ... " . $col_info [ 'name' ] . "\n" ; echo "alias: " . $col_inf ... o [ 'alias' ] . "\n" ; echo "relation: " . $col_info [ 'relation' ] . "\n" ; echo "length: " . $co ...
-
https://man.plustar.jp/php/function.ibase-num-fields.html
- [similar]
- フィールドのデータ型の名前を返す 10250
- « oci_field_type_raw oci_free_descriptor » PHP Manual OCI8 関数 フィールドのデータ型の名前を返す
... i_field_type ( resource $statement , string | int $column ): string | int | false フィールドのデータ型の名 ... パラメータ statement 有効な OCI ステートメント ID。 column フィールド番号 (1 から始まる) あるいは名前のいず ... のテーブルを用意します // CREATE TABLE mytab (number_col NUMBER, varchar2_col varchar2(1), // clob_col CLOB ... , date_col DATE); $conn = oci_connect ( "hr" , "hrpwd" , "loc ...
-
https://man.plustar.jp/php/function.oci-field-type.html
- [similar]
- フィールドに関する情報を得る 10112
- « ibase_fetch_row ibase_free_event_handler » PHP Manual Firebird/InterBase 関数 フィールドに関す
... $rs = ibase_query ( "SELECT * FROM tablename" ); $coln = ibase_num_fields ( $rs ); for ( $i = 0 ; $i < $ ... coln ; $i ++) { $col_info = ibase_field_info ( $rs , $i ); echo "name: ... " . $col_info [ 'name' ]. "\n" ; echo "alias: " . $col_info ... [ 'alias' ]. "\n" ; echo "relation: " . $col_info [ 'relation' ]. "\n" ; echo "length: " . $col ...
-
https://man.plustar.jp/php/function.ibase-field-info.html
- [similar]
- Get result of next query when executing multiple SQL statements 8898
- « cubrid_move_cursor cubrid_num_cols » PHP Manual CUBRID 関数 Get result of next query when exec
... ------\n" ); $row_num = cubrid_num_rows ( $req ); $col_num = cubrid_num_cols ( $req ); $column_name_list ... = cubrid_column_names ( $req ); $column_type_list = cubrid_colu ... mn_types ( $req ); $column_last_name = cubrid_field_name ( $req , $col_num ... - 1 ); $column_last_table = cubrid_field_table ( $req , $col_n ...
-
https://man.plustar.jp/php/function.cubrid-next-result.html
- [similar]
- フェッチしたフィールドが null であるかどうかを確認する 8283
- « oci_fetch oci_field_name » PHP Manual OCI8 関数 フェッチしたフィールドが null であるかどうかを
... ield_is_null ( resource $statement , string | int $column ): bool statement の現在の行の、 指定したフィー ... ルド column が null であるかどうかを調べます。 パラメータ s ... tatement 有効な OCI ステートメント ID。 column (1 から始まる) フィールド番号、またはフィールド ... 名。 戻り値 column が null の場合に true 、 それ以外の場合に false ...
-
https://man.plustar.jp/php/function.oci-field-is-null.html
- [similar]