com.ibm.pdp.maf.rpp.pac.segment
Interface SQLComplement

All Superinterfaces:
Element

public interface SQLComplement
extends Element

The SQL Complement are used to specify the source (tables) of the elements (columns) called into a Segment which is used as a View.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 DataElement getDataElementColumn()
          Indicates the Data Element code to specify the source of the column.
 Segment getSegment()
          Indicates the Segment code of the table Segment.
 UndefinedDataElementComponent getUndefinedDataElementColumn()
          Indicates the undefined data element code to specify the source of the column.
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

getDataElementColumn

DataElement getDataElementColumn()

Indicates the Data Element code to specify the source of the column.

Returns:

getSegment

Segment getSegment()

Indicates the Segment code of the table Segment.

Returns:

getUndefinedDataElementColumn

UndefinedDataElementComponent getUndefinedDataElementColumn()

Indicates the undefined data element code to specify the source of the column.

Returns: