com.googlecode.jpattern.orm.script
Interface IParser
- All Known Implementing Classes:
- StreamParser
public interface IParser
- Author:
- Francesco Cina
01/lug/2011
|
Method Summary |
void |
parse(IParserCallback parserCallback)
Parse the script using the default symbol ";" to identify the sql statements |
void |
parse(IParserCallback parserCallback,
String spearatorSymbol)
Parse the script using a custom symbol to identify the sql statements |
parse
void parse(IParserCallback parserCallback)
throws IOException
- Parse the script using the default symbol ";" to identify the sql statements
- Parameters:
parserCallback -
- Throws:
IOException
parse
void parse(IParserCallback parserCallback,
String spearatorSymbol)
throws IOException
- Parse the script using a custom symbol to identify the sql statements
- Parameters:
parserCallback - spearatorSymbol - a custom separator symbol
- Throws:
IOException
Copyright © 2011. All Rights Reserved.