Class ResultWrapper


  • public class ResultWrapper
    extends java.lang.Object
    Helper class that storing result info. This handles both the ResultSet and no-ResultSet result cases with a single interface for inspecting and stepping through them.
    Author:
    Oliver Jowett (oliver@opencloud.com)
    • Constructor Detail

      • ResultWrapper

        public ResultWrapper​(java.sql.ResultSet rs)
      • ResultWrapper

        public ResultWrapper​(long updateCount,
                             long insertOID)
    • Method Detail

      • getResultSet

        public java.sql.ResultSet getResultSet()
      • getUpdateCount

        public long getUpdateCount()
      • getInsertOID

        public long getInsertOID()