org.eyedb
Class Instance

java.lang.Object
  extended by org.eyedb.Object
      extended by org.eyedb.Instance
Direct Known Subclasses:
Agregat, Basic, Collection, Enum, Schema

public class Instance
extends Object


Field Summary
static Class idbclass
           
 
Fields inherited from class org.eyedb.Object
CMTimeTrace, CompOidTrace, ContentsTrace, CTimeTrace, MTimeTrace, NativeTrace, PointerTrace
 
Method Summary
 void realize(RecMode rcm)
           
 void traceRealize(java.io.PrintStream out, org.eyedb.Indent indent, int flags, RecMode rcm)
           
 
Methods inherited from class org.eyedb.Object
getClass, getCTime, getDatabase, getDataspace, getDataspace, getIDR, getIDRSize, getLocation, getMasterObject, getMTime, getOid, getRefCount, getUserData, isGRTObject, loadPerform, move, realize, remove, setClass, setDatabase, setDataspace, setIDR, setMasterObject, setOid, setUserData, store, store, trace, trace, trace, trace, tracePdata, userInitialize
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

idbclass

public static Class idbclass
Method Detail

traceRealize

public void traceRealize(java.io.PrintStream out,
                         org.eyedb.Indent indent,
                         int flags,
                         RecMode rcm)
                  throws Exception
Overrides:
traceRealize in class Object
Throws:
Exception

realize

public void realize(RecMode rcm)
             throws Exception
Overrides:
realize in class Object
Throws:
Exception