PHP Velho Oeste 2024

SDO_Model_Property::getType

(^)

SDO_Model_Property::getType Get the SDO_Model_Type of the property

Descrição

SDO_Model_Property::getType ( void ) : SDO_Model_Type
Aviso

Esta função é EXPERIMENTAL. O comportamento, seu nome e documentação podem mudar sem aviso em futuras versões do PHP. Utilize por sua própria conta e risco.

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.

Parâmetros

None.

Valor Retornado

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