Class SqlLimit


  • public class SqlLimit
    extends SqlNode
    • Constructor Detail

      • SqlLimit

        public SqlLimit​(int limit)
      • SqlLimit

        public SqlLimit​(int limit,
                        int offset)
    • Method Detail

      • getLimit

        public int getLimit()
      • getOffset

        public int getOffset()
      • hasOffset

        public boolean hasOffset()
      • setLimit

        public void setLimit​(int limit)
      • setOffset

        public void setOffset​(int offset)
      • toSimpleSql

        public String toSimpleSql()
        Specified by:
        toSimpleSql in class SqlNode
        Returns:
        A SQL representation of the current graph, using EXASOL SQL syntax. It is called "SIMPLE" because it is not guaranteed to be 100 % correct SQL (e.g. might be ambiguous).