Uses of Class
org.ejdb.driver.EJDBCollection

Packages that use EJDBCollection
org.ejdb.driver   
 

Uses of EJDBCollection in org.ejdb.driver
 

Methods in org.ejdb.driver that return EJDBCollection
 EJDBCollection EJDB.ensureCollection(java.lang.String cname)
          Automatically creates new collection if it does't exists with using default collection options
 EJDBCollection EJDB.ensureCollection(java.lang.String cname, EJDBCollection.Options opts)
          Automatically creates new collection if it does't exists.
 EJDBCollection EJDB.getCollection(java.lang.String cname)
          Returns collection object (without automatical creation)
 EJDBCollection EJDB.getCollection(java.lang.String cname, boolean ecreate)
          Returns collection object
 EJDBCollection EJDB.getCollection(java.lang.String cname, boolean ecreate, EJDBCollection.Options opts)
          Returns collection object
 

Methods in org.ejdb.driver that return types with arguments of type EJDBCollection
 java.util.Collection<EJDBCollection> EJDB.getCollections()
          Returns collection objects for all existed collections