org.tranql.ddl
Interface Node
- All Known Implementing Classes:
- AbstractNode, Alter, ColumnDefinition, Constraint, Create, DDL, Drop, FKColumnDefinition, NodeList, References, TableDDL
public interface Node
- Version:
- $Revision: 246 $ $Date: 2005-08-27 04:09:42 +0200 (Sat, 27 Aug 2005) $
getSibling
Node getSibling()
getChild
Node getChild()
addChild
Node addChild(Node child)
isOnlyChild
boolean isOnlyChild()
visit
java.lang.Object visit(DDLVisitor visitor,
java.lang.Object param)
throws DDLException
- Throws:
DDLException
setSibling
void setSibling(Node sibling)
Copyright © -2010 The Codehaus. All Rights Reserved.