org.eyedb
Class CollSet
java.lang.Object
org.eyedb.Object
org.eyedb.Instance
org.eyedb.Collection
org.eyedb.CollSet
public class CollSet
- extends Collection
Methods inherited from class org.eyedb.Collection |
getBottom, getCount, getElements, getElements, getElements, getElements, getElements, getElements, getElements, getElements, getLiteralOid, getObjectAt, getObjectAt, getOidAt, getOidC, getTop, getValueAt, insert, insert, insert, insert, insert, isEmpty, isIn, isIn, isIn, isLiteral, loadPerform, realize, setName, suppress, suppress, suppress, suppress, suppress, suppress, trace, traceRealize |
Methods inherited from class org.eyedb.Object |
getClass, getCTime, getDatabase, getDataspace, getDataspace, getIDR, getIDRSize, getLocation, getMasterObject, getMTime, getOid, getRefCount, getUserData, isGRTObject, move, realize, remove, setClass, setDatabase, setDataspace, setIDR, setMasterObject, setOid, setUserData, store, store, 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
CollSet
public CollSet(Database db,
java.lang.String name,
Class coll_cls,
boolean isref)
throws Exception
- Throws:
Exception
CollSet
public CollSet(Database db,
java.lang.String name,
Class coll_cls)
throws Exception
- Throws:
Exception
CollSet
public CollSet(Database db,
java.lang.String name,
Class coll_cls,
short dim)
throws Exception
- Throws:
Exception
getClassName
public java.lang.String getClassName()
- Overrides:
getClassName
in class Collection
insert
public void insert(Value a,
boolean noDup)
throws Exception
- Overrides:
insert
in class Collection
- Throws:
Exception