downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

ingres_field_precision> <ingres_field_name
[edit] Last updated: Fri, 25 May 2012

view this page in

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 ( resource $result , int $index )

フィールドに null を設定可能かどうかを調べます。

注意: 関連する設定

実行時設定ingres.array_index_start を参照ください。

パラメータ

result

クエリ結果 ID。

index

index は、null が設定可能かどうかを取得したいフィールドです。

index の取りうる値は ingres.array_index_start の値に依存します。 ingres.array_index_start1 (デフォルト) の場合は、index1 以上 ingres_num_fields() 以下でなければなりません。 ingres.array_index_start0 の場合は、index0 以上 ingres_num_fields() 未満でなければなりません。

返り値

ingres_field_nullable() は、フィールドに NULL が設定可能な場合に TRUE、設定できない場合に FALSE を返します。

参考



add a note add a note User Contributed Notes ingres_field_nullable
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites