Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Creates and returns a new RollbackSegment, and then adds it to the collection. PARAMETERS: Name (String), IsPublic (Boolean), and TableSpace (String).

Syntax

Code Block
languagevb
Public Function Add( _
   ByVal Name As Variant, _
   ByVal IsPublic As Variant, _
   ByVal Tablespace As Variant _
) As OracleRollbackSegment

Parameters

  • Name
  • IsPublic
  • Tablespace


Info
titleSee Also