SDO_Model_ReflectionDataObject::getType()
SDO_Model_ReflectionDataObject::getType - Get the SDO_Model_Type for the SDO_DataObject
Syntax
SDO_Model_ReflectionDataObject::getType ()
Arguments
-
Description
Returns the SDO_Model_Type for the SDO_DataObject. The SDO_Model_Type holds all the information about the data object's type, such as namespace URI, type name, whether it is a primitive data type, and so on.
Version
PHP ^
Return value
Returns the SDO_Model_Type for the SDO_DataObject.