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

Compare with Current View Page History

Version 1 Current »

Description

Creates a new Auxiliary Table. PARAMETERS: (Strings: Name, Owner, Tablespace, BaseTableName, LOBColumnName, IndexName), (Integer: HorizontalPosition, VerticalPosition).

Syntax

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

Parameters

  • Name
  • Owner
  • Tablespace
  • BaseTableName
  • LOBColumnName
  • IndexName
  • HorizontalPosition
  • VerticalPosition

See Also

  • No labels