Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.iapi.store.raw.log
Interface LogInstant  view LogInstant download LogInstant.java

All Superinterfaces:
org.apache.derby.iapi.store.access.DatabaseInstant, java.io.Externalizable, org.apache.derby.iapi.services.io.Formatable, java.io.Serializable, org.apache.derby.iapi.services.io.TypedFormat

public interface LogInstant
extends org.apache.derby.iapi.services.io.Formatable, org.apache.derby.iapi.store.access.DatabaseInstant

Describes a position in the log.


Field Summary
static long INVALID_LOG_INSTANT
           
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 
Methods inherited from interface org.apache.derby.iapi.services.io.TypedFormat
getTypeFormatId
 
Methods inherited from interface org.apache.derby.iapi.store.access.DatabaseInstant
equals, lessThan, next, prior, toString
 

Field Detail

INVALID_LOG_INSTANT

public static final long INVALID_LOG_INSTANT
See Also:
Constant Field Values