Uses of Class
com.c8db.model.CollectionsReadOptions
-
Packages that use CollectionsReadOptions Package Description com.c8db com.c8db.internal com.c8db.model -
-
Uses of CollectionsReadOptions in com.c8db
Methods in com.c8db with parameters of type CollectionsReadOptions Modifier and Type Method Description Collection<CollectionEntity>C8Database. getCollections(CollectionsReadOptions options)Fetches all collections from the database and returns an list of collection descriptions. -
Uses of CollectionsReadOptions in com.c8db.internal
Methods in com.c8db.internal with parameters of type CollectionsReadOptions Modifier and Type Method Description Collection<CollectionEntity>C8DatabaseImpl. getCollections(CollectionsReadOptions options)protected RequestInternalC8Database. getCollectionsRequest(CollectionsReadOptions options) -
Uses of CollectionsReadOptions in com.c8db.model
Methods in com.c8db.model that return CollectionsReadOptions Modifier and Type Method Description CollectionsReadOptionsCollectionsReadOptions. excludeSystem(Boolean excludeSystem)
-