Interface LimitStatementBuilder

    • Method Detail

      • hasDbEngineLimitSupport

        boolean hasDbEngineLimitSupport()
        Returns info whether current query has support for limit queries provided by specific DB engine or not.
      • getModifiedStatementValues

        java.util.List<java.lang.Object> getModifiedStatementValues()
        Gets the modified statement values list. Sometimes it is needed to modify existing original values and add additional values like size of page and/or start index.
        Returns:
        the modified statement values
      • getModifiedStatement

        java.lang.String getModifiedStatement()
        Gets the modified version of statement for specific database implementation.
        Returns:
        the modified statement
      • getOriginalStart

        int getOriginalStart()
        Gets the original start value for range query requested by user.
      • getOriginalCount

        int getOriginalCount()
        Gets the original count value for range query requested by user.