Class ResultSetUtil

java.lang.Object
me.playernguyen.opteco.utils.ResultSetUtil

public class ResultSetUtil
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    ResultSetUtil​(java.sql.ResultSet set)  
  • Method Summary

    Modifier and Type Method Description
    java.sql.ResultSet getSet()  
    int size()  

    Methods inherited from class java.lang.Object

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

    • ResultSetUtil

      public ResultSetUtil​(java.sql.ResultSet set)
  • Method Details

    • getSet

      public java.sql.ResultSet getSet()
    • size

      public int size() throws java.sql.SQLException
      Throws:
      java.sql.SQLException