|
||||||||||
| 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(java.lang.String name,
DBObject o)
Creates a collection with a given name and options. |
protected abstract DBCollection |
DB.doGetCollection(java.lang.String name)
|
DBCollection |
DBCollection.getCollection(java.lang.String n)
Find a collection that is prefixed with this collection's name. |
DBCollection |
DB.getCollection(java.lang.String name)
Gets a collection with a given name. |
abstract DBCollection |
DB.getCollectionFromFull(java.lang.String fullNameSpace)
Returns the collection represented by the string <dbName>.<collectionName>. |
DBCollection |
DBApiLayer.getCollectionFromFull(java.lang.String fullNameSpace)
Get a collection from a <databaseName>.<collectionName>. |
DBCollection |
DB.getCollectionFromString(java.lang.String s)
Returns a collection matching a given string. |
| Methods in com.mongodb with parameters of type DBCollection | |
|---|---|
protected static ByteDecoder |
ByteDecoder.get(DB base,
DBCollection coll)
Gets a new ByteDecoder from the pool. |
| Constructors in com.mongodb with parameters of type DBCollection | |
|---|---|
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 | |||||||||