Ingres 関数
PHP Manual

ingres_field_precision

(PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0)

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

説明

int ingres_field_precision ( resource $result , int $index )

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

注意: 関連する設定
実行時設定ingres.array_index_start を参照ください。

パラメータ

result

クエリ結果 ID。

index

index は、精度を取得したいフィールドです。 index の開始値と終了値は ingres.array_index_start の値に依存します。ingres.array_index_start が 0 の場合は、フィールド番号は 0 以上 ingres_num_fields() 未満でなければなりません。ingres.array_index_start が 1 の場合は、フィールド番号は 1 以上 ingres_num_fields() 以下でなければなりません。

返り値

フィールドの精度を返します。

参考


Ingres 関数
PHP Manual