org.eyedb
Class UnionClass
java.lang.Object
org.eyedb.Object
org.eyedb.Class
org.eyedb.AgregatClass
org.eyedb.UnionClass
public class UnionClass
- extends AgregatClass
Methods inherited from class org.eyedb.Class |
compare_perform, compare, getAttribute, getAttributes, getInstanceDspid, getName, getObjectIniSize, getObjectPSize, getObjectSize, getObjectVSize, getParent, isSubClass, isSystem, newObjRealize, setAttributes, setInstanceDspid, setName, traceRealize |
Methods inherited from class org.eyedb.Object |
getClass, getCTime, getDatabase, getDataspace, getDataspace, getIDR, getIDRSize, getLocation, getMasterObject, getMTime, getOid, getRefCount, getUserData, isGRTObject, loadPerform, move, realize, 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 |
idbclass
public static Class idbclass
UnionClass
public UnionClass(Database db,
java.lang.String name,
Class parent)
UnionClass
public UnionClass(java.lang.String name,
Class parent)
UnionClass
public UnionClass(Database db,
java.lang.String name,
Oid parent_oid)
newObj
public Object newObj(Database db)
throws Exception
- Overrides:
newObj
in class Class
- Throws:
Exception
newObj
public Object newObj(Database db,
Coder coder)
throws Exception
- Overrides:
newObj
in class Class
- Throws:
Exception