You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Description

Creates and returns a new Auxiliary Table, and then adds it to the collection. PARAMETERS: (All are strings) Name, Owner, Tablespace, BaseTableName, LOBColumnName, IndexName.

Syntax

Public Function Add( _
   ByVal Name As Variant, _
   ByVal Owner As Variant, _
   ByVal Tablespace As Variant, _
   ByVal BaseTableName As Variant, _
   ByVal LOBColumnName As Variant, _
   ByVal IndexName As Variant _
) As DB2OS390AuxTable

Parameters

  • Name
  • Owner
  • Tablespace
  • BaseTableName
  • LOBColumnName
  • IndexName

See Also

  • No labels