ModeShape Distribution 3.5.0.Final

Uses of Class
org.modeshape.sequencer.ddl.DdlParsers.ParsingResult

Packages that use DdlParsers.ParsingResult
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. 
 

Uses of DdlParsers.ParsingResult in org.modeshape.sequencer.ddl
 

Methods in org.modeshape.sequencer.ddl that return types with arguments of type DdlParsers.ParsingResult
 List<DdlParsers.ParsingResult> DdlParsers.parseUsing(String ddl, String firstParserId, String secondParserId, String... additionalParserIds)
          Parse the supplied DDL using multiple parsers, returning the result of each parser with its score in the order of highest scoring to lowest scoring.
 List<DdlParsers.ParsingResult> DdlParsers.parseUsingAll(String ddl)
          Parse the supplied DDL using all registered parsers, returning the result of each parser with its score in the order of highest scoring to lowest scoring.
 

Methods in org.modeshape.sequencer.ddl with parameters of type DdlParsers.ParsingResult
 int DdlParsers.ParsingResult.compareTo(DdlParsers.ParsingResult that)
          
 


ModeShape Distribution 3.5.0.Final

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