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

Quick Search    Search Deep

Uses of Interface
org.apache.derby.iapi.store.access.DatabaseInstant

Uses of DatabaseInstant in org.apache.derby.iapi.store.access
 

Methods in org.apache.derby.iapi.store.access that return DatabaseInstant
 DatabaseInstant TransactionController.commitNoSync(int commitflag)
          "Commit" this transaction without sync'ing the log.
 DatabaseInstant DatabaseInstant.next()
          Return the next higher DatabaseInstant.
 DatabaseInstant DatabaseInstant.prior()
          Return the next lower DatabaseInstant.
 

Methods in org.apache.derby.iapi.store.access with parameters of type DatabaseInstant
 void FileResource.purgeOldGenerations(DatabaseInstant purgeTo)
          Purge old generations that were removed or replaced before the database instant provided.
 boolean DatabaseInstant.lessThan(DatabaseInstant other)
          Return true if this DatabaseInstant is before another DatabaseInstant from the same database.