Versions Compared

Key

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

Public Methods

MethodDescription

 Add

Creates and returns a new Netezza Synonym, and then adds it to the collection. PARAMETERS: Name (String), Owner (String), ReferencedObjectName (String), ReferencedObjectOwner (String).

 AddWithPosition

Creates a Netezza Synonym. PARAMETERS: Name, Owner, ReferencedObjectName, and ReferencedObjectOwner (Strings), HorizontalPosition (Integer), VerticalPosition (Integer).

 Remove

Deletes a Netezza Synonym object as specified by the given name or ID, from the collection. PARAMETERS: Identifier (String or Integer).

...