Uses of Interface
com.googlecode.jpattern.orm.script.IParserCallback

Packages that use IParserCallback
com.googlecode.jpattern.orm.script   
 

Uses of IParserCallback in com.googlecode.jpattern.orm.script
 

Classes in com.googlecode.jpattern.orm.script that implement IParserCallback
 class SessionParserCallback
           
 

Methods in com.googlecode.jpattern.orm.script with parameters of type IParserCallback
 void IParser.parse(IParserCallback parserCallback)
          Parse the script using the default symbol ";" to identify the sql statements
 void StreamParser.parse(IParserCallback parserCallback)
           
 void IParser.parse(IParserCallback parserCallback, String spearatorSymbol)
          Parse the script using a custom symbol to identify the sql statements
 void StreamParser.parse(IParserCallback parserCallback, String spearatorSymbol)
           
 



Copyright © 2011. All Rights Reserved.