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.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
java.util.List<DRLine> |
getDRLines() |
getBlockType, getExternalName, getGenerateFolder, getGenerateProject, getGenerationLibrary, getGenerationOption, getGGLines, getGOLines, getType, getVersionNumber
getGCLines
getCalledEntities, getDescriptionTypes, getDesignId, getEntityVersion, getKeywords, getLabel, getName, getPackage, getProject, isResolved
static final java.lang.String copyright
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.