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 AbstractNode.addChild(Node child)
           
 Node Node.addChild(Node child)
           
 Node AbstractNode.getChild()
           
 Node Node.getChild()
           
 Node AbstractNode.getSibling()
           
 Node Node.getSibling()
           
 

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



Copyright © -2010 The Codehaus. All Rights Reserved.