com.ibm.pdp.maf.rpp.pac.blockbase
Interface DRKLine

All Superinterfaces:
Element

public interface DRKLine
extends Element

Give the composition of the primary key or the foreign key.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 DataElement getDataElement()
           
 OrderOrActionTypeValues getOrderOrActionType()
           
 

Field Detail

copyright

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

getDataElement

DataElement getDataElement()

This indicates the Data Element which makes up the key (or index) of the table, or the columns of an alter table.

Returns:

getOrderOrActionType

OrderOrActionTypeValues getOrderOrActionType()

This indicates the type of the SQL command to be generated for the object, an index or an alter table.

For a foreign or primary key, no orders are to be specified.

Returns: