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

All Superinterfaces:
AbstractBlockBase, AbstractRadicalElement, Element, RadicalElement

public interface RelationalBlockBase
extends AbstractBlockBase

Relational BlockBase are used to describe the links in relational databases in the SQL language (for example: DB2).

A relational database is a set of physical environments (TABLE SPACE, DBSPACE, SPACE, STORAGE-AREA, and so on) called 'SPACES' here. A SPACE is a set of TABLES. A TABLE is a set of COLUMNS.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.util.List<DRLine> getDRLines()
          Gives the description of a relation BlockBase.
 
Methods inherited from interface com.ibm.pdp.maf.rpp.pac.blockbase.AbstractBlockBase
getBlockType, getExternalName, getGenerationLibrary, getGGLines, getGOLines, getType, getVersionNumber
 
Methods inherited from interface com.ibm.pdp.maf.rpp.pac.common.AbstractRadicalElement
getGCLines
 
Methods inherited from interface com.ibm.pdp.maf.rpp.kernel.RadicalElement
getDescriptionTypes, getKeywords, getLabel, getName, getPackage, getProject
 

Field Detail

copyright

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

getDRLines

java.util.List<DRLine> getDRLines()

Gives the description of a relation BlockBase.

A relational database is a set of physical environments (TABLESPACE, DBSPACE, SPACE, STORAGE-AREA, etc.) called SPACES here. A Space is a set of TABLES. A TABLE is a set of Columns.

Returns: