SDO_Model_Property::isContainment

(^) Test to see if the property defines a containment relationship bool SDO_Model_Property::isContainment ( void ) Test to see if the property corresponds to a containment relationship. Returns TRUE if the property defines a containment relationship, or FALSE if it is reference. Returns: Returns TRUE if the property defines a containment relationship, or FALSE if it is reference.

SDO_Model_Property::isMany

(^) Test to see if the property is many-valued bool SDO_Model_Property::isMany ( void ) Test to see if the property is many-valued. Returns TRUE if this is a many-valued property, otherwise returns FALSE. Returns: Returns TRUE if this is a many-valued property, otherwise returns FALSE. This function is EXPERIMENTAL. The behaviour of this function, its name, a

SDO_Model_Property::getDefault

(^) Get the default value for the property mixed SDO_Model_Property::getDefault ( void ) Returns the default value for the property. Only primitive data type properties can have default values. Returns: Returns the default value for the property. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change

SDO_DataObject::getTypeName

(^) Return the name of the type for a data object. string SDO_DataObject::getTypeName ( void ) Return the name of the type for a data object. A convenience method corresponding to SDO_Model_ReflectionDataObject::getType().getName(). Returns: The name of the type for the data object. This function is EXPERIMENTAL. The behaviour of this function, its name, and

SDO_Model_Property::getName

(^) Get the name of the SDO_Model_Property string SDO_Model_Property::getName ( void ) Returns the name of the SDO_Model_Property. Returns: Returns the name of the SDO_Model_Property. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should

SDO_Exception::getCause

(^) Get the cause of the exception. mixed SDO_Exception::getCause ( void ) Returns the cause of this exception or NULL if the cause is nonexistent or unknown. Typically the cause will be an SDO_CPPException object, which may be used to obtain additional diagnostic information. Returns: Returns the cause of this exception or NULL if the cause is nonexistent or unknown.

SDO_Model_Property::getContainingType

(^) Get the SDO_Model_Type which contains this property SDO_Model_Type SDO_Model_Property::getContainingType ( void ) Returns the SDO_Model_Type which contains this property. Returns: Returns the SDO_Model_Type which contains this property. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change withou

SDO_DataObject::getContainer

(^) Get a data object's container SDO_DataObject SDO_DataObject::getContainer ( void ) Get the data object which contains this data object. Returns: Returns the SDO_DataObject which contains this SDO_DataObject, or returns NULL if this is a root SDO_DataObject (i.e. it has no container). This function is EXPERIMENTAL. The behaviour of this function, its name,

SDO_DataObject::getTypeNamespaceURI

(^) Return the namespace URI of the type for a data object. string SDO_DataObject::getTypeNamespaceURI ( void ) Return the namespace URI of the type for a data object. A convenience method corresponding to SDO_Model_ReflectionDataObject::getType().getNamespaceURI(). Returns: The namespace URI of the type for the data object. This function is EXPERIMENTAL. The

SDO_DataObject::getSequence

(^) Get the sequence for a data object SDO_Sequence SDO_DataObject::getSequence ( void ) Return the SDO_Sequence for this SDO_DataObject. Accessing the SDO_DataObject through the SDO_Sequence interface acts on the same SDO_DataObject instance data, but preserves ordering across properties. Returns: The SDO_Sequence for this SDO_DataObject, or returns NULL if the SDO_DataObject is not of a type w