検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 205 for fields (0.091 sec.)
フィールドの精度を問い合わせる 4534
« oci_field_name oci_field_scale » PHP Manual OCI8 関数 フィールドの精度を問い合わせる oci_field ... ESCRIBE_ONLY if not fetching rows $ncols = oci_num_fields ( $stid ); for ( $i = 1 ; $i <= $ncols ; $i ++) { ...
https://man.plustar.jp/php/function.oci-field-precision.html - [similar]
フィールドの桁数を問い合わせる 4534
« oci_field_precision oci_field_size » PHP Manual OCI8 関数 フィールドの桁数を問い合わせる oci_f ... 場合は OCI_DESCRIBE_ONLY を使います $ncols = oci_num_fields ( $stid ); for ( $i = 1 ; $i <= $ncols ; $i ++) { ...
https://man.plustar.jp/php/function.oci-field-scale.html - [similar]
Oracle におけるフィールドの型を問い合わせる 4534
« oci_field_size oci_field_type » PHP Manual OCI8 関数 Oracle におけるフィールドの型を問い合わせ ... ない場合は OCI_DESCRIBE_ONLY を使います $n = oci_num_fields ( $stid ); for ( $i = 1 ; $i <= $n ; ++ $i ) { ech ...
https://man.plustar.jp/php/function.oci-field-type-raw.html - [similar]
複数の結果が利用可能などうか確認する 4534
« odbc_longreadlen odbc_num_fields » PHP Manual ODBC 関数 複数の結果が利用可能などうか確認する o ...
https://man.plustar.jp/php/function.odbc-next-result.html - [similar]
フィールドの名前を返す 4534
« pg_field_is_null pg_field_num » PHP Manual PostgreSQL 関数 フィールドの名前を返す pg_field_nam ... om authors where author = 'Orwell'" ); $i = pg_num_fields ( $res ); for ( $j = 0 ; $j < $i ; $j ++) { echo " ...
https://man.plustar.jp/php/function.pg-field-name.html - [similar]
表示される長さを返す 4534
« pg_field_num pg_field_size » PHP Manual PostgreSQL 関数 表示される長さを返す pg_field_prtlen ( ... om authors where author = 'Orwell'" ); $i = pg_num_fields ( $res ); for ( $j = 0 ; $j < $i ; $j ++) { echo " ...
https://man.plustar.jp/php/function.pg-field-prtlen.html - [similar]
指定したフィールドの内部記憶領域におけるサイズを返す 4534
« pg_field_prtlen pg_field_table » PHP Manual PostgreSQL 関数 指定したフィールドの内部記憶領域に ... (バイト数で)返します。 注意 : この関数は、以前は pg_fieldsize() と呼ばれていました。 パラメータ result pg_que ... om authors where author = 'Orwell'" ); $i = pg_num_fields ( $res ); for ( $j = 0 ; $j < $i ; $j ++) { echo " ...
https://man.plustar.jp/php/function.pg-field-size.html - [similar]
関数・メソッド 4534
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッ ... execute - ステートメントを実行する CollectionFind::fields - ドキュメントのフィールドのフィルタを設定する Col ... the number of columns in the result set cubrid_num_fields - Return the number of columns in the result set c ... ドプロシージャから、次の結果セットを要求する db2_num_fields - 結果セットに含まれるフィールドの数を返す db2_num ... d from a database as an associative array dbase_numfields - Gets the number of fields of a database dbase_nu ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
OCI8 廃止されたエイリアスと関数 4534
« OCILob::writeToFile oci_internal_debug » PHP Manual OCI8 OCI8 廃止されたエイリアスと関数 OCI8 ... oci_new_connect のエイリアス ocinumcols — oci_num_fields のエイリアス ociparse — oci_parse のエイリアス oci ...
https://man.plustar.jp/php/oldaliases.oci8.html - [similar]
ODBC (Unified) 4491
« dba_sync はじめに » PHP Manual 抽象化レイヤー ODBC (Unified) ODBC (Unified) はじめに インストー ... lt — 複数の結果が利用可能などうか確認する odbc_num_fields — 結果のカラム数を返す odbc_num_rows — 結果における ...
https://man.plustar.jp/php/book.uodbc.html - [similar]