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
|
copyright
static final java.lang.String copyright
- See Also:
- Constant Field Values
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: