Interface ILimitableConnection


  • public interface ILimitableConnection
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setMaxRows​(int maxRows)
      Max rows returned by query if supported by the underlying connection
      void setQueryTimeout​(int timeout)
      The timeout if supported by the underlying connection
    • Method Detail

      • setQueryTimeout

        void setQueryTimeout​(int timeout)
        The timeout if supported by the underlying connection
        Parameters:
        timeout - in seconds
      • setMaxRows

        void setMaxRows​(int maxRows)
        Max rows returned by query if supported by the underlying connection
        Parameters:
        timeout - in seconds