Uses of Class
com.c8db.entity.CollectionEntity
-
Packages that use CollectionEntity Package Description com.c8db com.c8db.entity com.c8db.internal -
-
Uses of CollectionEntity in com.c8db
Methods in com.c8db that return CollectionEntity Modifier and Type Method Description CollectionEntityC8Collection. create()Creates a collection for this collection's name, then returns collection information from the server.CollectionEntityC8Collection. create(CollectionCreateOptions options)Creates a collection with the givenoptionsfor this collection's name, then returns collection information from the server.CollectionEntityC8Database. createCollection(String name)Creates a collection for the given collection's name, then returns collection information from the server.CollectionEntityC8Database. createCollection(String name, CollectionCreateOptions options)Creates a collection with the givenoptionsfor this collection's name, then returns collection information from the server.CollectionEntityC8Collection. getInfo()Returns information about the collectionCollectionEntityC8Collection. rename(String newName)Renames the collectionCollectionEntityC8Collection. truncate()Removes all documents from the collection, but leaves the indexes intactCollectionEntityC8Collection. truncate(CollectionTruncateOptions options)Removes all documents from the collection, but leaves the indexes intactMethods in com.c8db that return types with arguments of type CollectionEntity Modifier and Type Method Description Collection<CollectionEntity>C8Database. getCollections()Fetches all collections from the database and returns an list of collection descriptions.Collection<CollectionEntity>C8Database. getCollections(CollectionsReadOptions options)Fetches all collections from the database and returns an list of collection descriptions. -
Uses of CollectionEntity in com.c8db.entity
Subclasses of CollectionEntity in com.c8db.entity Modifier and Type Class Description classCollectionPropertiesEntityclassCollectionRevisionEntity -
Uses of CollectionEntity in com.c8db.internal
Methods in com.c8db.internal that return CollectionEntity Modifier and Type Method Description CollectionEntityC8CollectionImpl. create()CollectionEntityC8CollectionImpl. create(CollectionCreateOptions options)CollectionEntityC8DatabaseImpl. createCollection(String name)CollectionEntityC8DatabaseImpl. createCollection(String name, CollectionCreateOptions options)CollectionEntityC8CollectionImpl. getInfo()CollectionEntityC8CollectionImpl. rename(String newName)CollectionEntityC8CollectionImpl. truncate()CollectionEntityC8CollectionImpl. truncate(CollectionTruncateOptions options)Methods in com.c8db.internal that return types with arguments of type CollectionEntity Modifier and Type Method Description Collection<CollectionEntity>C8DatabaseImpl. getCollections()Collection<CollectionEntity>C8DatabaseImpl. getCollections(CollectionsReadOptions options)protected C8Executor.ResponseDeserializer<Collection<CollectionEntity>>InternalC8Database. getCollectionsResponseDeserializer()
-