Interface Scanner

  • All Known Implementing Classes:
    DefaultScanner, PostgresScanner

    public interface Scanner
    A lexical scanner for an SQL source.
    Author:
    Carl Harris
    • Method Detail

      • scanTokens

        List<Token> scanTokens​(org.soulwing.jdbc.source.SourceReader reader,
                               org.soulwing.jdbc.source.ErrorReporter errorReporter)
                        throws IOException
        Throws:
        IOException