Interface Query

    • Method Detail

      • getTimeout

        java.lang.Long getTimeout()
      • setTimeout

        void setTimeout​(java.lang.Long timeout)
      • setMaxRows

        void setMaxRows​(int maxRows)
      • getResultBatches

        java.util.List<ResultBatch> getResultBatches()
      • execute

        java.sql.SQLWarning execute​(PGDirectConnection connection)
                             throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • dispose

        void dispose​(PGDirectConnection connection)
              throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • create

        static Query create​(java.lang.String sqlText)
      • create

        static Query create​(java.lang.String sqlText,
                            FieldFormatRef[] parameterFormats,
                            io.netty.buffer.ByteBuf[] parameterBuffers)
      • create

        static Query create​(java.lang.String statement,
                            ResultField[] resultFields)
      • create

        static Query create​(java.lang.String statement,
                            FieldFormatRef[] parameterFormats,
                            io.netty.buffer.ByteBuf[] parameterBuffers,
                            ResultField[] resultFields)