Forum und email

ingres_field_scale

(PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres:1.0-1.4.3)

ingres_field_scale — フィールドのスケールを得る

説明

int ingres_field_scale ( int $index [, resource $link ] )

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

パラメータ

index

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

link

接続リンク ID。省略した場合は、最後にオープンしたリンクを使用します。

返り値

フィールドのスケールを返します。