Class SQLLexer


  • public class SQLLexer
    extends Object
    Primitive implementation of SQL parser in order to check validity of script.

    © 2012-2034 akquinet tech@spree

    Author:
    M. Dahm
    • Constructor Detail

      • SQLLexer

        public SQLLexer​(List<String> lines)
      • SQLLexer

        public SQLLexer​(List<String> lines,
                        char delimiter)