ODPI-C Structure dpiObjectAttrInfo¶
This structure is used for passing information about an object type from ODPI-C.
It is used by the function dpiObjectAttr_getInfo()
.
- const char \*dpiObjectAttrInfo.name
Specifies the name of the attribute, as a byte string in the encoding used for CHAR data.
-
uint32_t dpiObjectAttrInfo.nameLength¶
Specifies the length of the
dpiObjectAttrInfo.name
member, in bytes.
-
dpiDataTypeInfo dpiObjectAttrInfo.typeInfo¶
Specifies the type of data of the attribute. It is a structure of type dpiDataTypeInfo.