Package org.h2.engine

Class SessionLocal.TimeoutValue

  • Enclosing class:
    SessionLocal

    public static class SessionLocal.TimeoutValue
    extends java.lang.Object
    An LOB object with a timeout.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) long created
      The time when this object was created.
      (package private) ValueLob value
      The value.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • created

        final long created
        The time when this object was created.
      • value

        final ValueLob value
        The value.
    • Constructor Detail

      • TimeoutValue

        TimeoutValue​(ValueLob v)