Class SQLParser

    • Field Detail

      • lexer

        protected final Lexer lexer
      • dbType

        protected DbType dbType
    • Method Detail

      • getLexer

        public final Lexer getLexer()
      • getDbType

        public DbType getDbType()
      • identifierEquals

        protected boolean identifierEquals​(String text)
      • acceptIdentifier

        protected void acceptIdentifier​(String text)
      • acceptIdentifier

        protected void acceptIdentifier​(Long hash)
      • tableAlias

        protected String tableAlias()
      • tableAlias

        protected String tableAlias​(boolean must)
      • alias

        protected String alias()
      • printError

        protected void printError​(Token token)
      • accept

        public void accept​(Token token)
      • acceptInteger

        public int acceptInteger()
      • match

        public void match​(Token token)
      • setErrorEndPos

        protected void setErrorEndPos​(int errPos)
      • getTimeZone

        public TimeZone getTimeZone()
      • setTimeZone

        public void setTimeZone​(TimeZone timeZone)