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.raw.AuxObject

Uses of AuxObject in org.apache.derby.iapi.store.raw
 

Methods in org.apache.derby.iapi.store.raw that return AuxObject
 AuxObject Page.getAuxObject()
          Retrieve this page's aux object, returning null if there isn't one.
 

Methods in org.apache.derby.iapi.store.raw with parameters of type AuxObject
 void Page.setAuxObject(AuxObject aux)
          Set the aux object for this page.