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


  • No labels