SDO_Model_Property::getType

(^)

SDO_Model_Property::getType Get the SDO_Model_Type of the property

Descrierea

SDO_Model_Property::getType ( ) : SDO_Model_Type
Avertizare

Această funcție este EXPERIMENTALĂ. Comportamentul acestei funcții, denumirea sa și orice alte aspecte documentate în privința acestei funcții pot să fie modificate fără preaviz într-o versiune viitoare a PHP. Utilizați această funcție la propriul risc.

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.

Parametri

None.

Valorile întoarse

Returns the SDO_Model_Type describing the property's type information.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top