PHP Dokumentation: Function sdo-model-property-gettype
12. Januar 2010 von werner
SDO_Model_Property::getType
(^)
SDO_Model_Property::getType — Get the SDO_Model_Type of the property
Beschreibung
SDO_Model_Type SDO_Model_Property::getType ( void )
Warnung
Diese Funktion istEXPERIMENTELL. Das Verhalten, der Funktionsname und allesAndere, was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko.
Get the SDO_Model_Type of the property. The SDO_Model_Type describes the type information for the property, such as its type name, namespace URI, whether it is a primitive data type, and so on.
Parameter-Liste
None.
Rückgabewerte
Returns the SDO_Model_Type describing the property's type information.