com.ibm.as400.access

Class AS400JDBCFieldedTimestamp

  • java.lang.Object
    • com.ibm.as400.access.AS400JDBCFieldedTimestamp


  • public class AS400JDBCFieldedTimestamp
    extends java.lang.Object
    A internal version representing a timestamp that is used only for the implementation of batching.
    • Constructor Summary

      Constructors 
      Constructor and Description
      AS400JDBCFieldedTimestamp(int year, int month, int day, int hour, int minute, int second, long picos, int length) 
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • AS400JDBCFieldedTimestamp

        public AS400JDBCFieldedTimestamp(int year,
                                 int month,
                                 int day,
                                 int hour,
                                 int minute,
                                 int second,
                                 long picos,
                                 int length)