Package org.h2.engine

Class SessionLocal.TimeoutValue

java.lang.Object
org.h2.engine.SessionLocal.TimeoutValue
Enclosing class:
SessionLocal

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

    • created

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

      final ValueLob value
      The value.
  • Constructor Details

    • TimeoutValue

      TimeoutValue(ValueLob v)