Uses of Interface
com.c8db.C8Collection
-
Packages that use C8Collection Package Description com.c8db com.c8db.internal -
-
Uses of C8Collection in com.c8db
Methods in com.c8db that return C8Collection Modifier and Type Method Description C8CollectionC8Database. collection(String name)Returns aArangoCollectioninstance for the given collection name. -
Uses of C8Collection in com.c8db.internal
Classes in com.c8db.internal that implement C8Collection Modifier and Type Class Description classC8CollectionImplMethods in com.c8db.internal that return C8Collection Modifier and Type Method Description C8CollectionC8DatabaseImpl. collection(String name)
-