| |
|
| java.lang.Object henplus.sqlmodel.Column
Column | final public class Column implements Comparable(Code) | | Represents the meta data for a telational table Column
author: Martin Grotzke |
equals | public boolean equals(Object o, boolean colNameIgnoreCase)(Code) | | Parameters: o - Parameters: colNameIgnoreCase - specifies if column names shall be compared in a case insensitive way. if the columns are equal |
getPosition | public int getPosition()(Code) | | |
getSize | public int getSize()(Code) | | |
isForeignKey | public boolean isForeignKey()(Code) | | |
isNullable | public boolean isNullable()(Code) | | |
isPartOfPk | public boolean isPartOfPk()(Code) | | |
setDefault | public void setDefault(String defaultValue)(Code) | | Set the default value for this Column.
Parameters: defaultValue - |
setNullable | public void setNullable(boolean b)(Code) | | |
setPosition | public void setPosition(int i)(Code) | | |
setSize | public void setSize(int i)(Code) | | |
|
|
|