org.eyedb
Class CollSet

java.lang.Object
  extended by org.eyedb.Object
      extended by org.eyedb.Instance
          extended by org.eyedb.Collection
              extended by org.eyedb.CollSet

public class CollSet
extends Collection


Field Summary
static Class idbclass
           
 
Fields inherited from class org.eyedb.Object
CMTimeTrace, CompOidTrace, ContentsTrace, CTimeTrace, MTimeTrace, NativeTrace, PointerTrace
 
Constructor Summary
CollSet(Database db, java.lang.String name, Class coll_cls)
           
CollSet(Database db, java.lang.String name, Class coll_cls, boolean isref)
           
CollSet(Database db, java.lang.String name, Class coll_cls, short dim)
           
 
Method Summary
 java.lang.String getClassName()
           
 void insert(Value a, boolean noDup)
           
 
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
 

Field Detail

idbclass

public static Class idbclass
Constructor Detail

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
Method Detail

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