Class QueryAllStatement<T>

    • Constructor Detail

      • QueryAllStatement

        protected QueryAllStatement​(java.lang.String sql)
      • QueryAllStatement

        protected QueryAllStatement​(java.lang.String sql,
                                    int fetchSize)
    • Method Detail

      • prepare

        public void prepare​(java.sql.PreparedStatement statement)
                     throws java.sql.SQLException
        Specified by:
        prepare in class QueryStatement<T>
        Throws:
        java.sql.SQLException
      • processResults

        public abstract T processResults​(java.sql.ResultSet set)
                                  throws java.sql.SQLException
        Specified by:
        processResults in class QueryStatement<T>
        Throws:
        java.sql.SQLException