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.
|
Modifier and Type | Method and Description |
---|---|
List<DdlParserProblem> |
StandardDdlParser.getProblems() |
Modifier and Type | Method and Description |
---|---|
void |
StandardDdlParser.addProblem(DdlParserProblem problem) |
void |
StandardDdlParser.addProblem(DdlParserProblem problem,
AstNode node) |
void |
StandardDdlParser.attachNewProblem(DdlParserProblem problem,
AstNode parentNode) |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.