Description

Creates and returns a new DB2 UDB Materialized Query Table, and then adds it to the collection. PARAMETERS: Name (String), Owner (String), SelectStatement (String).


Syntax

Public Function Add( _
   ByVal Name As Variant, _
   ByVal Owner As Variant, _
   ByVal SelectStatement As Variant _
) As DB2UDBMaterializedQueryTable

Parameters

  • Name
  • Owner
  • SelectStatement


  • No labels