|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DBCollection | |
---|---|
com.mongodb | Main package with core files. |
com.mongodb.gridfs | GridFS tools. |
Uses of DBCollection in com.mongodb |
---|
Methods in com.mongodb that return DBCollection | |
---|---|
DBCollection |
DB.createCollection(String name,
DBObject o)
Creates a collection with a given name and options. |
protected abstract DBCollection |
DB.doGetCollection(String name)
|
DBCollection |
DB.getCollection(String name)
Gets a collection with a given name. |
DBCollection |
DBCollection.getCollection(String n)
Find a collection that is prefixed with this collection's name. |
DBCollection |
DBApiLayer.getCollectionFromFull(String fullNameSpace)
Get a collection from a <databaseName>.<collectionName>. |
abstract DBCollection |
DB.getCollectionFromFull(String fullNameSpace)
Returns the collection represented by the string <dbName>.<collectionName>. |
DBCollection |
DB.getCollectionFromString(String s)
Returns a collection matching a given string. |
DBCollection |
MapReduceOutput.getOutputCollection()
|
DBCollection |
DBCollection.rename(String newName)
does a rename of this collection to newName |
Methods in com.mongodb with parameters of type DBCollection | |
---|---|
com.mongodb.Response |
DBConnector.call(DB db,
DBCollection coll,
com.mongodb.OutMessage m)
|
com.mongodb.Response |
DBConnector.call(DB db,
DBCollection coll,
com.mongodb.OutMessage m,
int retries)
|
DBCallback |
DBCallback.Factory.create(DBCollection collection)
|
Constructors in com.mongodb with parameters of type DBCollection | |
---|---|
DBCallback(DBCollection coll)
|
|
DBCursor(DBCollection collection,
DBObject q,
DBObject k)
Initializes a new database cursor |
Uses of DBCollection in com.mongodb.gridfs |
---|
Fields in com.mongodb.gridfs declared as DBCollection | |
---|---|
protected DBCollection |
GridFS._chunkCollection
|
protected DBCollection |
GridFS._filesCollection
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |