ingres_field_precision

(PHP 4 >= 4.0.2)

ingres_field_precision -- フィールドの精度を得る

説明

intingres_field_precision (int index, resource [link])

ingres_field_precision() はフィールドの精度を 返します。この値は、decimal、float、SQLデータ money 型でのみ使用 されます。詳細な情報については、Ingres/OpenAPI User Guide の Appendix C を参照下さい。

index はフィールド番号であり、1 と ingres_num_fields() で指定した値の間である必要 があります。

ingres_query(), ingres_fetch_array(), ingres_fetch_object(), ingres_fetch_row() も参照下さい。