Overview

更新时间:
复制 MD 格式

You can create custom object types in a database. A database object type is similar to a Java class and can contain properties and methods (functions and stored procedures).

In OceanBase Developer Center (ODC), after you open a connection, click the Types tab in the navigation pane on the left to view the list of types. Click the + button in the upper-right corner of the list to create a new type. Double-click a type name in the list to open its management page. On the management page, you can view the basic information and code of the type.

Important

You can create object types in Oracle mode for OceanBase Database V2.2.20 and later. This feature is not supported in MySQL mode.

This section describes the following operations for object types in ODC: