|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Column
Describes a database column
Method Summary | |
---|---|
boolean |
columnHasDefaultValue()
|
String |
getColumnName()
|
int |
getSelectIndex()
|
int |
getType()
|
boolean |
isDenormalized()
|
boolean |
isSearchable()
|
boolean |
isUpdatable()
Specifies whether or not this column is updatable |
Methods inherited from interface org.jminor.common.model.Attribute |
---|
getCaption, getDescription, getTypeClass, hasDescription |
Method Detail |
---|
String getColumnName()
int getType()
Types
int getSelectIndex()
boolean isUpdatable()
boolean isSearchable()
boolean isDenormalized()
boolean columnHasDefaultValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |