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 provides only MySQL mode.
Syntax
MEMBER FUNCTION GetType(
self IN AnyData,
typ OUT NOCOPY AnyType)
RETURN PLS_INTEGER;
Parameters
| Parameter | Description |
|---|---|
| self | An ANYDATA. |
| typ | The AnyType corresponding to ANYDATA. |
Return value
The type corresponding to ANYDATA.