|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.amber.cfg.AbstractColumnConfig
public abstract class AbstractColumnConfig
Base class for
Constructor Summary
AbstractColumnConfig()
Method Summary
java.lang.StringgetColumnDefinition()
Returns the column definition.
java.lang.StringgetName()
Returns the name.
java.lang.StringgetTable()
Returns the table.
booleanisInsertable()
booleanisNullable()
booleanisUnique()
booleanisUpdatable()
voidsetColumnDefinition(java.lang.String columnDefinition)
Sets the column definition.
voidsetInsertable(boolean isInsertable)
voidsetName(java.lang.String name)
Sets the name.
voidsetNullable(boolean isNullable)
voidsetTable(java.lang.String table)
Sets the table.
voidsetUnique(boolean isUnique)
voidsetUpdatable(boolean isUpdatable)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
AbstractColumnConfig
public AbstractColumnConfig()
Method Detail
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
isUnique
public boolean isUnique()
isNullable
public boolean isNullable()
isInsertable
public boolean isInsertable()
isUpdatable
public boolean isUpdatable()
setUnique
public void setUnique(boolean isUnique)
setNullable
public void setNullable(boolean isNullable)
setInsertable
public void setInsertable(boolean isInsertable)
setUpdatable
public void setUpdatable(boolean isUpdatable)
getColumnDefinition
public java.lang.String getColumnDefinition()
setColumnDefinition
public void setColumnDefinition(java.lang.String columnDefinition)
getTable
public java.lang.String getTable()
setTable
public void setTable(java.lang.String table)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD