Package org.apache.derby.impl.store.raw.data

Examples of org.apache.derby.impl.store.raw.data.RecordId


    during roll forward.  This is used as a hint by logical undo as a good
    place to look for the record to apply the roll back.
  */
  public RecordHandle getRecordHandle()
  {
    return new RecordId(getPageId(), recordId);
  }
View Full Code Here


    during roll forward.  This is used as a hint by logical undo as a good
    place to look for the record to apply the roll back.
  */
  public RecordHandle getRecordHandle()
  {
    return new RecordId(getPageId(), recordId);
  }
View Full Code Here

    during roll forward.  This is used as a hint by logical undo as a good
    place to look for the record to apply the roll back.
  */
  public RecordHandle getRecordHandle()
  {
    return new RecordId(getPageId(), recordId);
  }
View Full Code Here

    during roll forward.  This is used as a hint by logical undo as a good
    place to look for the record to apply the roll back.
  */
  public RecordHandle getRecordHandle()
  {
    return new RecordId(getPageId(), recordId);
  }
View Full Code Here

    during roll forward.  This is used as a hint by logical undo as a good
    place to look for the record to apply the roll back.
  */
  public RecordHandle getRecordHandle()
  {
    return new RecordId(getPageId(), recordId);
  }
View Full Code Here

TOP

Related Classes of org.apache.derby.impl.store.raw.data.RecordId

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.