Class TableJDBCSeq.Status

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    TableJDBCSeq

    protected static class TableJDBCSeq.Status
    extends java.lang.Object
    implements java.io.Serializable
    Helper struct to hold status information.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long max  
      long seq  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Status()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • seq

        public long seq
      • max

        public long max
    • Constructor Detail

      • Status

        protected Status()