Uses of Package
org.modeshape.sequencer.ddl

Packages that use org.modeshape.sequencer.ddl
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.db2 The classes for parsing DDL for the DB2 DBMS. 
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.dialect.sqlserver The (prototype) classes for parsing DDL for the Microsoft SQLServer DBMS. 
org.modeshape.sequencer.ddl.dialect.sybase The (prototype) classes for parsing DDL for the Sybase DBMS. 
 

Classes in org.modeshape.sequencer.ddl used by org.modeshape.sequencer.ddl
DdlConstants
           
DdlConstants.Problems
           
DdlConstants.StatementStartPhrases
           
DdlParser
          Interface for parsing DDL files.
DdlParserProblem
          A special form of DdlConstants.Problems that is also a ParsingException.
DdlParsers
          A set of parsers capable of understanding DDL file content.
DdlParsers.ScoredParser
           
DdlParserScorer
          Interface used by a parser to determine a score describing how well it handles the DDL content.
DdlTokenStream
          A TokenStream implementation designed around requirements for tokenizing and parsing DDL statements.
DdlTokenStream.DdlTokenizer
           
 

Classes in org.modeshape.sequencer.ddl used by org.modeshape.sequencer.ddl.datatype
DdlConstants
           
DdlTokenStream
          A TokenStream implementation designed around requirements for tokenizing and parsing DDL statements.
 

Classes in org.modeshape.sequencer.ddl used by org.modeshape.sequencer.ddl.dialect.db2
DdlConstants
           
DdlConstants.StatementStartPhrases
           
DdlParser
          Interface for parsing DDL files.
DdlTokenStream
          A TokenStream implementation designed around requirements for tokenizing and parsing DDL statements.
StandardDdlParser
          Standard SQL 92 DDL file content parser.
 

Classes in org.modeshape.sequencer.ddl used by org.modeshape.sequencer.ddl.dialect.derby
DdlConstants
           
DdlConstants.StatementStartPhrases
           
DdlParser
          Interface for parsing DDL files.
DdlTokenStream
          A TokenStream implementation designed around requirements for tokenizing and parsing DDL statements.
StandardDdlLexicon
          Lexicon for DDL concepts.
StandardDdlParser
          Standard SQL 92 DDL file content parser.
 

Classes in org.modeshape.sequencer.ddl used by org.modeshape.sequencer.ddl.dialect.mysql
DdlConstants
           
DdlConstants.StatementStartPhrases
           
DdlParser
          Interface for parsing DDL files.
DdlTokenStream
          A TokenStream implementation designed around requirements for tokenizing and parsing DDL statements.
StandardDdlLexicon
          Lexicon for DDL concepts.
StandardDdlParser
          Standard SQL 92 DDL file content parser.
 

Classes in org.modeshape.sequencer.ddl used by org.modeshape.sequencer.ddl.dialect.oracle
DdlConstants
           
DdlConstants.StatementStartPhrases
           
DdlParser
          Interface for parsing DDL files.
DdlTokenStream
          A TokenStream implementation designed around requirements for tokenizing and parsing DDL statements.
StandardDdlLexicon
          Lexicon for DDL concepts.
StandardDdlParser
          Standard SQL 92 DDL file content parser.
 

Classes in org.modeshape.sequencer.ddl used by org.modeshape.sequencer.ddl.dialect.postgres
DdlConstants
           
DdlConstants.StatementStartPhrases
           
DdlParser
          Interface for parsing DDL files.
DdlTokenStream
          A TokenStream implementation designed around requirements for tokenizing and parsing DDL statements.
StandardDdlLexicon
          Lexicon for DDL concepts.
StandardDdlParser
          Standard SQL 92 DDL file content parser.
 

Classes in org.modeshape.sequencer.ddl used by org.modeshape.sequencer.ddl.dialect.sqlserver
DdlConstants
           
DdlConstants.StatementStartPhrases
           
DdlParser
          Interface for parsing DDL files.
DdlTokenStream
          A TokenStream implementation designed around requirements for tokenizing and parsing DDL statements.
StandardDdlParser
          Standard SQL 92 DDL file content parser.
 

Classes in org.modeshape.sequencer.ddl used by org.modeshape.sequencer.ddl.dialect.sybase
DdlConstants
           
DdlConstants.StatementStartPhrases
           
DdlParser
          Interface for parsing DDL files.
DdlTokenStream
          A TokenStream implementation designed around requirements for tokenizing and parsing DDL statements.
StandardDdlParser
          Standard SQL 92 DDL file content parser.
 



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