ENDCREATE member procedure

2024-06-28 05:30:31  Updated

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.

Contact Us