Package | Description |
---|---|
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.
|
org.modeshape.sequencer.ddl.dialect.teiid |
Modifier and Type | Class and Description |
---|---|
class |
StandardDdlParser
Standard SQL 92 DDL file content parser.
|
Modifier and Type | Field and Description |
---|---|
static List<DdlParser> |
DdlParsers.BUILTIN_PARSERS |
protected static Map<String,DdlParser> |
DdlSequencer.STANDARD_PARSERS_BY_NAME |
Modifier and Type | Method and Description |
---|---|
DdlParser |
DdlParsers.getParser(String id) |
Modifier and Type | Method and Description |
---|---|
protected List<DdlParser> |
DdlSequencer.getParserList() |
Set<DdlParser> |
DdlParsers.getParsers() |
Modifier and Type | Method and Description |
---|---|
protected DdlParsers |
DdlSequencer.createParsers(List<DdlParser> parsers)
Method that creates the DdlParsers instance.
|
Constructor and Description |
---|
DdlParsers(List<DdlParser> parsers)
Create an instance that uses the supplied parsers, in order.
|
Modifier and Type | Class and Description |
---|---|
class |
DerbyDdlParser
Derby-specific DDL Parser.
|
Modifier and Type | Class and Description |
---|---|
class |
MySqlDdlParser
MySql-specific DDL Parser.
|
Modifier and Type | Class and Description |
---|---|
class |
OracleDdlParser
Oracle-specific DDL Parser.
|
Modifier and Type | Class and Description |
---|---|
class |
PostgresDdlParser
Postgres-specific DDL Parser.
|
Modifier and Type | Class and Description |
---|---|
class |
TeiidDdlParser
A DDL parser for the Teiid dialect.
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.