Method | Description |
---|
Add | Creates and returns a new DB2 UDB Materialized Query Table, and then adds it to the collection. PARAMETERS: Name (String), Owner (String), SelectStatement (String). |
AddWithPosition | Creates a DB2 UDB Materialized Query Table. PARAMETERS: Name (String), Owner (String), SelectStatement (String), HorizontalPosition (Integer), VerticalPosition (Integer). |
Remove | Deletes a DB2 UDB Materialized Query Table object as specified by the given name or ID, from the collection. PARAMETERS: Identifier as String or Integer. |