The ENDCREATE member procedure ends the creation of an ANYDATA.
You cannot call functions for creation after calling this member procedure.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition provides only MySQL mode.
Syntax
MEMBER PROCEDURE EndCreate(
self IN OUT NOCOPY AnyData);
Parameters
| Parameter | Description |
|---|---|
| self | An ANYDATA. |