Uses of Package
org.modeshape.sequencer.ddl.node

Packages that use org.modeshape.sequencer.ddl.node
org.modeshape.sequencer.ddl The classes that make up the DDL sequencer, which is capable of parsing the more important DDL statements from SQL-92, Oracle, Derby, and PostgreSQL, and constructing a graph structure containing a structured representation of these statements. 
org.modeshape.sequencer.ddl.datatype The classes for parsing and representing data types. 
org.modeshape.sequencer.ddl.dialect.derby The classes for parsing DDL for the Derby DBMS. 
org.modeshape.sequencer.ddl.dialect.mysql The (prototype) classes for parsing DDL for the MySQL DBMS. 
org.modeshape.sequencer.ddl.dialect.oracle The classes for parsing DDL for the Oracle DBMS. 
org.modeshape.sequencer.ddl.dialect.postgres The classes for parsing DDL for the PostgreSQL DBMS. 
org.modeshape.sequencer.ddl.node The classes for nodes within an Abstract Syntax Tree (AST) and a factory for creating them. 
 

Classes in org.modeshape.sequencer.ddl.node used by org.modeshape.sequencer.ddl
AstNode
          Utility object class designed to facilitate constructing an AST or Abstract Syntax Tree representing nodes and properties that are compatible with ModeShape graph component structure.
AstNodeFactory
          Utility class which provides construction, editing and assorted methods to work with AstNodes.
 

Classes in org.modeshape.sequencer.ddl.node used by org.modeshape.sequencer.ddl.datatype
AstNode
          Utility object class designed to facilitate constructing an AST or Abstract Syntax Tree representing nodes and properties that are compatible with ModeShape graph component structure.
 

Classes in org.modeshape.sequencer.ddl.node used by org.modeshape.sequencer.ddl.dialect.derby
AstNode
          Utility object class designed to facilitate constructing an AST or Abstract Syntax Tree representing nodes and properties that are compatible with ModeShape graph component structure.
 

Classes in org.modeshape.sequencer.ddl.node used by org.modeshape.sequencer.ddl.dialect.mysql
AstNode
          Utility object class designed to facilitate constructing an AST or Abstract Syntax Tree representing nodes and properties that are compatible with ModeShape graph component structure.
 

Classes in org.modeshape.sequencer.ddl.node used by org.modeshape.sequencer.ddl.dialect.oracle
AstNode
          Utility object class designed to facilitate constructing an AST or Abstract Syntax Tree representing nodes and properties that are compatible with ModeShape graph component structure.
 

Classes in org.modeshape.sequencer.ddl.node used by org.modeshape.sequencer.ddl.dialect.postgres
AstNode
          Utility object class designed to facilitate constructing an AST or Abstract Syntax Tree representing nodes and properties that are compatible with ModeShape graph component structure.
 

Classes in org.modeshape.sequencer.ddl.node used by org.modeshape.sequencer.ddl.node
AstNode
          Utility object class designed to facilitate constructing an AST or Abstract Syntax Tree representing nodes and properties that are compatible with ModeShape graph component structure.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.