|
Posted by Florian Albrecht on 02/13/06 10:33
Hi there,
as I am trying to write a recordset class, I am interested in fetching
field information from an oracle db. Several information on the fields
are very simple to request. So I already receive the field properties
name, max_length, type not_null, has_default and defaul_value. This is
achieved by using functions like oci_field_name(). But I am not able to
request the information on if the field is primary key or marked as
unique key.
Is there a way to fetch the properties unique and primary key?
thanks,
;) Florian
[Back to original message]
|