AbstractOptionalattributesList of attributes corresponding to the Oracle Database object attributes. The name of each attribute follows normal Oracle casing semantics.
Optional ReadonlyelementWhen dbObject.isCollection is true, this will have a value corresponding to one of the Oracle Database Type Constants.
Optional ReadonlyelementWhen dbObject.isCollection is true and the elements in the collection refer to database objects, this property provides the type class information of the elements.
Optional ReadonlyelementWhen dbObject.isCollection is true, this will have the name of the element type, such as "VARCHAR2" or "NUMBER".
Optional ReadonlyfqnFully qualified name of the Oracle Database object or collection.
Optional ReadonlyisTrue if the Oracle object is a collection, false otherwise.
Optional ReadonlylengthWhen dbObject.isCollection is true, this will have the number of elements in the collection. It is undefined for non-collections.
Optional ReadonlynameName of the Oracle Database object or collection.
Optional ReadonlypackageString which identifies the name of the package, if the type refers to a PL/SQL type. Otherwise, it returns undefined. * *
Optional ReadonlyschemaSchema owning the Oracle Database object or collection.
Optional AbstractappendAdds the given value to the end of the collection.
Optional AbstractdeleteDeletes the value from the collection at the given index.
Optional AbstractgetReturns the value associated with the given index.
Optional AbstractgetReturns the first index for later use to obtain the value.
Optional AbstractgetReturns a JavaScript array containing the ‘index’ keys.
Optional AbstractgetObtains the last index for later use to obtain a value.
Optional AbstractgetReturns the next index value for later use to obtain a value.
Optional AbstractgetReturns the previous index for later use to obtain the value.
Optional AbstractgetReturns an array of element values as a JavaScript array in key order.
Optional AbstracthasReturns true if an element exists in the collection at the given index. Returns false otherwise.
Optional AbstractsetTo set the given value at the position of the given index.
Optional Abstracttrim: 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