Package com.mongodb
Interface DBCallback
-
- All Superinterfaces:
BSONCallback
- All Known Implementing Classes:
DefaultDBCallback
,LazyDBCallback
public interface DBCallback extends BSONCallback
The DB callback interface.
-
-
Method Summary
-
Methods inherited from interface org.bson.BSONCallback
arrayDone, arrayStart, arrayStart, createBSONCallback, get, gotBinary, gotBinaryArray, gotBoolean, gotCode, gotCodeWScope, gotDate, gotDBRef, gotDecimal128, gotDouble, gotInt, gotLong, gotMaxKey, gotMinKey, gotNull, gotObjectId, gotRegex, gotString, gotSymbol, gotTimestamp, gotUndefined, gotUUID, objectDone, objectStart, objectStart, reset
-
-