Package org.soulwing.jdbc.source
Interface Scanner
-
- All Known Implementing Classes:
DefaultScanner
,PostgresScanner
public interface Scanner
A lexical scanner for an SQL source.- Author:
- Carl Harris
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Token>
scanTokens(org.soulwing.jdbc.source.SourceReader reader, org.soulwing.jdbc.source.ErrorReporter errorReporter)
-
-
-
Method Detail
-
scanTokens
List<Token> scanTokens(org.soulwing.jdbc.source.SourceReader reader, org.soulwing.jdbc.source.ErrorReporter errorReporter) throws IOException
- Throws:
IOException
-
-