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.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. 
 

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.db2
 

Classes in org.modeshape.sequencer.ddl.dialect.db2 that implement DdlConstants.StatementStartPhrases
 class Db2DdlParser
           
 

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.
 

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

Classes in org.modeshape.sequencer.ddl.dialect.sqlserver that implement DdlConstants.StatementStartPhrases
 class SqlServerDdlParser
           
 

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

Classes in org.modeshape.sequencer.ddl.dialect.sybase that implement DdlConstants.StatementStartPhrases
 class SybaseDdlParser
           
 



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