Uses of Interface
org.tranql.ddl.Node

Packages that use Node
org.tranql.ddl   
 

Uses of Node in org.tranql.ddl
 

Classes in org.tranql.ddl that implement Node
 class AbstractNode
           
 class Alter
           
 class ColumnDefinition
           
 class Constraint
           
 class Create
           
 class DDL
           
 class Drop
           
 class FKColumnDefinition
           
 class NodeList
           
 class References
           
 class TableDDL
           
 

Methods in org.tranql.ddl that return Node
 Node Node.getSibling()
           
 Node Node.getChild()
           
 Node Node.addChild(Node child)
           
 Node AbstractNode.getSibling()
           
 Node AbstractNode.getChild()
           
 Node AbstractNode.addChild(Node child)
           
 

Methods in org.tranql.ddl with parameters of type Node
 Node Node.addChild(Node child)
           
 void Node.setSibling(Node sibling)
           
 void AbstractNode.setSibling(Node sibling)
           
 Node AbstractNode.addChild(Node child)
           
 



Copyright © -2006 The Codehaus. All Rights Reserved.