SDO_Model_Type::isDataType()
SDO_Model_Type::isDataType - Test to see if this SDO_Model_Type is a primitive data type
Syntax
bool SDO_Model_Type::isDataType ()
Arguments
-
Description
Test to see if this SDO_Model_Type is a primitive data type. Returns TRUE if this type is a primitive data type, otherwise returns FALSE.
Version
PHP ^
Return value
Returns TRUE if this type is a primitive data type, otherwise returns FALSE.