ModeShape Distribution 3.0.0.CR1

Uses of Interface
org.modeshape.sequencer.ddl.DdlConstants.StatementStartPhrases

Packages that use DdlConstants.StatementStartPhrases
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.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. 
 

Uses of DdlConstants.StatementStartPhrases in org.modeshape.sequencer.ddl
 

Classes in org.modeshape.sequencer.ddl that implement DdlConstants.StatementStartPhrases
 class StandardDdlParser
          Standard SQL 92 DDL file content parser.
 

Uses of DdlConstants.StatementStartPhrases in org.modeshape.sequencer.ddl.dialect.derby
 

Classes in org.modeshape.sequencer.ddl.dialect.derby that implement DdlConstants.StatementStartPhrases
 class DerbyDdlParser
          Derby-specific DDL Parser.
 

Uses of DdlConstants.StatementStartPhrases in org.modeshape.sequencer.ddl.dialect.mysql
 

Classes in org.modeshape.sequencer.ddl.dialect.mysql that implement DdlConstants.StatementStartPhrases
 class MySqlDdlParser
          MySql-specific DDL Parser.
 

Uses of DdlConstants.StatementStartPhrases in org.modeshape.sequencer.ddl.dialect.oracle
 

Classes in org.modeshape.sequencer.ddl.dialect.oracle that implement DdlConstants.StatementStartPhrases
 class OracleDdlParser
          Oracle-specific DDL Parser.
 

Uses of DdlConstants.StatementStartPhrases in org.modeshape.sequencer.ddl.dialect.postgres
 

Classes in org.modeshape.sequencer.ddl.dialect.postgres that implement DdlConstants.StatementStartPhrases
 class PostgresDdlParser
          Postgres-specific DDL Parser.
 


ModeShape Distribution 3.0.0.CR1

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