Interface IResultSet



  • public interface IResultSet
    • Method Summary

      Modifier and Type Method and Description
      void close()
       
      boolean getBoolean(int position)
       
      double getDouble(int position)
       
      int getInt(int position)
       
      long getLong(int position)
       
      String getString(int position)
       
      boolean next()