|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.tranql.ddl.AbstractNode
org.tranql.ddl.ColumnDefinition
| Constructor Summary | |
ColumnDefinition(Column column,
boolean defineSQL)
|
|
| Method Summary | |
Column |
getColumn()
|
boolean |
isDefineSQL()
|
java.lang.Object |
visit(DDLVisitor visitor,
java.lang.Object param)
|
| Methods inherited from class org.tranql.ddl.AbstractNode |
addChild, getChild, getSibling, isOnlyChild, setSibling |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ColumnDefinition(Column column,
boolean defineSQL)
| Method Detail |
public Column getColumn()
public boolean isDefineSQL()
public java.lang.Object visit(DDLVisitor visitor,
java.lang.Object param)
throws DDLException
DDLException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||