Class ResultSetWrapper


  • public class ResultSetWrapper
    extends java.lang.Object
    • Constructor Detail

      • ResultSetWrapper

        public ResultSetWrapper()
    • Method Detail

      • getResultSet

        public java.sql.ResultSet getResultSet()
      • setResultSet

        public void setResultSet​(java.sql.ResultSet resultSet)
      • getString

        public java.lang.String getString​(int fieldIndex)
      • getInt

        public int getInt​(int fieldIndex)
      • getObject

        public java.lang.Object getObject​(int fieldIndex)
      • findColumn

        public int findColumn​(java.lang.String fieldName)
                       throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • next

        public boolean next()
                     throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getStatement

        public java.sql.Statement getStatement()
                                        throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • close

        public void close()
      • isAfterLast

        public boolean isAfterLast()
                            throws java.sql.SQLException
        Throws:
        java.sql.SQLException