Class ResultSetRow


  • public class ResultSetRow
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getLong​(int idx)  
      java.lang.String getString​(int idx)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getString

        public java.lang.String getString​(int idx)
      • getLong

        public java.lang.Long getLong​(int idx)