Public Methods

MethodDescription
BoundAttachmentsReturns the BoundAttachments collection of this Object.
ObjectPermissionsReturns the collection of Object Permissions for this object.
UserCommentsReturns a collection of user comments associated with this Object.

Public Properties

PropertyDescription
CachedDataDetermines whether the Oracle Materialized View uses cached data. DATATYPE: Boolean.
CompressCompress property of the Oracle Materialized View. DATATYPE: Boolean.
DescriptionDescription of the Oracle Materialized View. DATATYPE: String.
FillImmediateDetermines whether the Oracle Materialized View is filled immediately. DATATYPE: Boolean.
FirstRefreshTime of the first refresh of the Oracle Materialized View. Must be in the following format: dd-Mon-YYYY HH:MM PP where the time is in 12-hour format and P is either AM or PM. DATATYPE: String.
GenPostSQLGenerate PostSQL of the Oracle Materialized View. DATATYPE: Boolean.
GenPretSQLGenerate PretSQL of the Oracle Materialized View. DATATYPE: Boolean.
GUIDGUID of the Oracle Materialized Query. DATATYPE: String.
IDReturns the Oracle Materialized View ID. DATATYPE: Integer.
InitialExtentInitial extent of the Oracle Materialized View. DATATYPE: Integer.
InitialTransactionsInitial transactions of the Oracle Materialized View. DATATYPE: Integer.
LocalRollbackSegmentLocal rollback segment used by the Oracle Materialized View. DATATYPE: String.
LogUpdatesDetermines whether the Oracle Materialized View logs updates. DATATYPE: Boolean.
MasterRollbackSegmentMaster rollback segment used by the Oracle Materialized View. DATATYPE: String.
MaxExtentsMaximum extents of the Oracle Materialized View. DATATYPE: Integer.
MaxTransactionsMaximum transactions of the Oracle Materialized View. DATATYPE: Integer.
MinExtentsMinimum extents of the Oracle Materialized View. DATATYPE: Integer.
NameName of the Oracle Materialized View. DATATYPE: String.
NextExtentNext extent of the Oracle Materialized View. DATATYPE: Integer.
OnPrebuiltTableDetermines whether the Oracle Materialized View is built on an existing table. DATATYPE: Boolean.
OwnerOwner of the Oracle Materialized View. DATATYPE: String.
ParallelDegreeParallel degree of the Oracle Materialized View. DATATYPE: Integer.
PercentFreePercent free of the Oracle Materialized View. DATATYPE: Integer.
PercentIncreasePercent increase of the Oracle Materialized View. DATATYPE: Integer.
PercentUsedPercent used of the Oracle Materialized View. DATATYPE: Integer.
PostSQLPostSQL of the Oracle Materialized View. DATATYPE: String.
PreSQLPreSQL of the Oracle Materialized View. DATATYPE: String.
QuerySQL query used to generate the data in the Oracle Materialized View. DATATYPE: String.
QueryRewriteDetermines whether the Oracle Materialized View uses query rewrite. DATATYPE: Boolean.
RefreshIntervalRefresh interval used by the Oracle Materialized View. DATATYPE: Integer.
RefreshIntervalUnitUnit of the refresh interval used by the Oracle Materialized View. Valid values are: DAYS, HOURS, MINUTES, and SECONDS. DATATYPE: String.
RefreshMechanismRefresh mechanism used by the Oracle Materialized View. Valid values are: ON COMMIT, ON DEMAND, and AUTOMATICALLY. DATATYPE: String. 
RefreshMethodRefresh method used by the Oracle Materialized View. Valid values are: ROWID and PK. DATATYPE: String.
RefreshTypeType of refresh done by the Oracle Materialized View. Valid values are: FAST, COMPLETE, FORCE, and NEVER. DATATYPE: String.
TablespaceTablespace where the Oracle Materialized View is located. DATATYPE: String.
UpdatableDetermines whether the Oracle Materialized View is updatable. DATATYPE: Boolean.