The ENDCREATE member stored procedure is used to end the creation of ANYDATA.
After this call, other creation functions cannot be called.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this feature.
Syntax
MEMBER PROCEDURE EndCreate(
self IN OUT NOCOPY AnyData);
Parameters
| Parameter | Description |
|---|---|
| self | An ANYDATA. |
