Class DirectQuery

  • All Implemented Interfaces:
    Query

    public class DirectQuery
    extends java.lang.Object
    implements Query
    • Method Detail

      • getTimeout

        public java.lang.Long getTimeout()
        Specified by:
        getTimeout in interface Query
      • setTimeout

        public void setTimeout​(java.lang.Long timeout)
        Specified by:
        setTimeout in interface Query
      • setMaxRows

        public void setMaxRows​(int maxRows)
        Specified by:
        setMaxRows in interface Query
      • execute

        public java.sql.SQLWarning execute​(PGDirectConnection connection)
                                    throws java.sql.SQLException
        Specified by:
        execute in interface Query
        Throws:
        java.sql.SQLException
      • dispose

        public void dispose​(PGDirectConnection connection)
                     throws java.sql.SQLException
        Specified by:
        dispose in interface Query
        Throws:
        java.sql.SQLException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object