Class DBLoader.RowDefault

    • Constructor Summary

      Constructors 
      Constructor Description
      RowDefault​(java.lang.Object[] values)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object[] values()  
      • Methods inherited from class java.lang.Object

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

      • RowDefault

        public RowDefault​(java.lang.Object[] values)
    • Method Detail

      • values

        public java.lang.Object[] values()
        Specified by:
        values in interface DBLoader.Row