Package org.h2.engine

Class SessionLocal.RowNumberAndValue

  • Enclosing class:
    SessionLocal

    private static final class SessionLocal.RowNumberAndValue
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Value nextValue  
      (package private) long rowNumber  
    • Constructor Summary

      Constructors 
      Constructor Description
      RowNumberAndValue​(long rowNumber, Value nextValue)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • rowNumber

        long rowNumber
      • nextValue

        Value nextValue
    • Constructor Detail

      • RowNumberAndValue

        RowNumberAndValue​(long rowNumber,
                          Value nextValue)