Method | Description |
---|
Add | Creates and returns a new RollbackSegment, and then adds it to the collection. PARAMETERS: Name (String), IsPublic (Boolean), and TableSpace (String). |
AddWithPosition | Creates a new RollbackSegment with given coordinates. PARAMETERS: Name (String), IsPublic (Boolean), TableSpace (String), HorizontalPosition (Integer), VerticalPosition (Integer). |
Remove | Deletes a rollback segment object as specified by the given name or ID, from the collection. PARAMETERS: Identifier (String or Integer). |