Public Methods
Method | Description |
---|---|
Add | Creates and returns a new Oracle Materialized View, and then adds it to the collection. PARAMETERS: Name (String), Owner (String), Query (String). |
AddWithPosition | Creates a new Oracle Materialized View. PARAMETERS: Name (String), Owner (String), Query (String), HorizontalPosition (Integer), VerticalPosition (Integer). |
Remove | Deletes an Oracle Materialized View object as specified by the given name or ID, from the collection. PARAMETERS: Identifier as String or Integer. |
Public Properties
Property | Description |
---|---|
_Item | Returns an Oracle Materialized View object as specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer). |
_NewEnum | |
Count | Number of materialized views in the collection. DATATYPE: Integer. |
Item | Returns an Oracle Materialized View object as specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer). |