ingres_field_nullable
(PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0)
ingres_field_nullable — フィールドに NULL 値を設定可能かどうか調べる
説明
bool ingres_field_nullable
( int $index
[, resource $link
] )
フィールドに null を設定可能かどうかを調べます。
パラメータ
- index
-
index はフィールド番号であり、1 と ingres_num_fields() で指定した値の間である必要があります。
- link
-
接続リンク ID。省略した場合は、最後にオープンしたリンクを使用します。
返り値
ingres_field_nullable() は、フィールドに NULL が設定可能な場合に TRUE、設定できない場合に FALSE を返します。
参考
- ingres_query() - Ingres に SQL クエリを送信する
- ingres_fetch_array() - 1 行分の結果を配列に取得する
- ingres_fetch_object() - 1 行分の結果をオブジェクトとして取得する
- ingres_fetch_row() - 1 行分の結果を数値添字配列として取得する
ingres_field_nullable
There are no user contributed notes for this page.
