The GETTYPE member function is used to obtain the type code of ANYDATA.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this feature.
Syntax
MEMBER FUNCTION GetType(
self IN AnyData,
typ OUT NOCOPY AnyType)
RETURN PLS_INTEGER;
Parameters
| Parameter | Description |
|---|---|
| self | An ANYDATA object. |
| typ | The AnyType corresponding to ANYDATA. |
Return value
The type corresponding to ANYDATA.
