Package cdc.rdb
Class RdbPrimaryKeyColumn
- java.lang.Object
-
- cdc.rdb.RdbElement
-
- cdc.rdb.RdbPrimaryKeyColumn
-
public final class RdbPrimaryKeyColumn extends RdbElement
Primary key column description.Its parent is a Primary key.
Its name must be unique.
Its is a leaf.- Author:
- Damien Carbonne
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRdbPrimaryKeyColumn(String name, RdbPrimaryKey parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RdbTableColumngetColumn()RdbElementKindgetKind()shortgetOrdinal()RdbPrimaryKeygetParent()voidsetOrdinal(short ordinal)-
Methods inherited from class cdc.rdb.RdbElement
getChildren, getChildren, getChildren, getChildren, getChildren, getChildrenCount, getChildrenCount, getChildrenCount, getChildrenCount, getComments, getDepth, getFirstChild, getFirstChild, getFirstChild, getFirstChild, getName, getParent, getPath, hasChildren, hasChildren, hasChildren, hasChildren, notNull, setComments, toString
-
-
-
-
Constructor Detail
-
RdbPrimaryKeyColumn
protected RdbPrimaryKeyColumn(String name, RdbPrimaryKey parent)
-
-
Method Detail
-
getKind
public RdbElementKind getKind()
- Specified by:
getKindin classRdbElement
-
getParent
public RdbPrimaryKey getParent()
- Overrides:
getParentin classRdbElement
-
getOrdinal
public short getOrdinal()
-
setOrdinal
public void setOrdinal(short ordinal)
-
getColumn
public RdbTableColumn getColumn()
-
-