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