IN_OBJECTS - IN_OBJECTS - Perceptive Content Database IN_DB_UTIL Package for Oracle Server - Foundation 24.1 - Foundation 24.1 - Ready - Perceptive Content - external - Perceptive-Content/Perceptive-Content-Database-IN_DB_UTIL-Package-for-Oracle-Server/Foundation-24.1/Perceptive-Content-Database-IN_DB_UTIL-Package-for-Oracle-Server/Record-Types-and-Table-Types/IN_OBJECTS - 2024-04-02

Perceptive Content Database IN_DB_UTIL Package for Oracle Server

Platform
Perceptive Content
Product
Perceptive Content Database IN_DB_UTIL Package for Oracle Server
Release
Foundation 24.1
License
ft:locale
en-US

The IN_OBJECTS type is a record type that contains the following list of fields which are used by the IN_OBJECT_DDL table type to store a collection of objects and associated SQL commands.

TYPE IN_OBJECTS IS RECORD 
( 
 OBJECT_NAME VARCHAR2(257), 
 SUBOBJECT_NAME VARCHAR2(128), 
 OBJECT_SQL VARCHAR2(2000) 
);
Field Name Description
OBJECT_NAME The name of the object. This is usually the table name associated with the SUBOBJECT_NAME.
SUBOBJECT_NAME The name of the sub-object. This could be an index name, a constraint name, or a column name.
OBJECT_SQL The SQL associated with the object. DDL or DML.