Abstract Optional attributesList of attributes corresponding to the Oracle Database object attributes. The name of each attribute follows normal Oracle casing semantics.
Optional Readonly elementWhen dbObject.isCollection is true, this will have a value corresponding to one of the Oracle Database Type Constants.
Optional Readonly elementWhen dbObject.isCollection is true and the elements in the collection refer to database objects, this property provides the type class information of the elements.
Oracle 23.4
Optional Readonly elementWhen dbObject.isCollection is true, this will have the name of the element type, such as “VARCHAR2” or “NUMBER”.
Optional Readonly fqnFully qualified name of the Oracle Database object or collection.
Optional Readonly isTrue if the Oracle object is a collection, false otherwise.
Optional Readonly lengthWhen dbObject.isCollection is true, this will have the number of elements in the collection. It is undefined for non-collections.
Optional Readonly nameName of the Oracle Database object or collection.
Optional Readonly packageString which identifies the name of the package, if the type refers to a PL/SQL type. Otherwise, it returns undefined. * *
Oracle 23.4
Optional Readonly schemaSchema owning the Oracle Database object or collection.
Optional Abstract appendOptional Abstract deleteOptional Abstract getOptional Abstract getOptional Abstract getOptional Abstract getOptional Abstract getOptional Abstract getOptional Abstract getOptional Abstract hasOptional Abstract setOptional Abstract trim: Trims the specified number of elements from the end of the collection.
Interface for representing the named Oracle Database object or collection.
Since
Oracle 23.3