GoLang SDO_Model_ReflectionDataObject::getType

request it (280)
GoLang replacement for PHP's SDO_Model_ReflectionDataObject::getType [edit | history]



Do you know a GoLang replacement for PHP's SDO_Model_ReflectionDataObject::getType? Write it!

PHP SDO_Model_ReflectionDataObject::getType

PHP original manual for SDO_Model_ReflectionDataObject::getType [ show | php.net ]

SDO_Model_ReflectionDataObject::getType

(^)

SDO_Model_ReflectionDataObject::getType Get the SDO_Model_Type for the SDO_DataObject

Description

SDO_Model_Type SDO_Model_ReflectionDataObject::getType ( void )
Warning

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 be used at your own risk.

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.

Parameters

None.

Return Values

Returns the SDO_Model_Type for the SDO_DataObject.