Uses of Class
org.modeshape.sequencer.ddl.DdlParserScorer

Packages that use DdlParserScorer
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 DdlParserScorer in org.modeshape.sequencer.ddl
 

Methods in org.modeshape.sequencer.ddl that return DdlParserScorer
 DdlParserScorer DdlParsers.ScoredParser.getScorer()
           
 

Methods in org.modeshape.sequencer.ddl with parameters of type DdlParserScorer
protected  void StandardDdlParser.computeScore(DdlTokenStream tokens, DdlParserScorer scorer)
           
 Object StandardDdlParser.score(String ddl, String fileName, DdlParserScorer scorer)
          Determine this parser's score for the given DDL string.
 Object DdlParser.score(String ddl, String fileName, DdlParserScorer scorer)
          Determine this parser's score for the given DDL string.
 

Constructors in org.modeshape.sequencer.ddl with parameters of type DdlParserScorer
DdlParsers.ScoredParser(DdlParser parser, DdlParserScorer scorer, Object scoringResult)
           
 



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