Class SqlResultSet

java.lang.Object
com.cloudimpl.outstack.spring.repo.SqlResultSet
All Implemented Interfaces:
java.lang.AutoCloseable

public class SqlResultSet
extends java.lang.Object
implements java.lang.AutoCloseable
Author:
OS Hewawitharana
  • Constructor Summary

    Constructors
    Constructor Description
    SqlResultSet​(java.sql.Connection connection, java.sql.ResultSet resultSet)  
  • Method Summary

    Modifier and Type Method Description
    void close()  
    java.sql.ResultSet getResultSet()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SqlResultSet

      public SqlResultSet​(java.sql.Connection connection, java.sql.ResultSet resultSet)
  • Method Details

    • getResultSet

      public java.sql.ResultSet getResultSet()
    • close

      public void close()
      Specified by:
      close in interface java.lang.AutoCloseable