Class SqlParserUtil.StringAndPos

  • Enclosing class:
    SqlParserUtil

    public static class SqlParserUtil.StringAndPos
    extends java.lang.Object
    Contains a string, the offset of a token within the string, and a parser position containing the beginning and end line number.
    • Constructor Summary

      Constructors 
      Constructor Description
      StringAndPos​(java.lang.String sql, int cursor, SqlParserPos pos)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • sql

        public final java.lang.String sql
      • cursor

        public final int cursor
    • Constructor Detail

      • StringAndPos

        StringAndPos​(java.lang.String sql,
                     int cursor,
                     SqlParserPos pos)