Uses of Class
com.arangodb.DbName
-
Packages that use DbName Package Description com.arangodb com.arangodb.model -
-
Uses of DbName in com.arangodb
Fields in com.arangodb declared as DbName Modifier and Type Field Description static DbName
DbName. SYSTEM
DbName of the "_system" database.Methods in com.arangodb that return DbName Modifier and Type Method Description DbName
ArangoDatabase. dbName()
Returns the name of the databaseDbName
Request. getDb()
static DbName
DbName. normalize(String value)
Creates a newDbName
instance with the NFC normal form of the provided value.static DbName
DbName. of(String value)
Creates a newDbName
instance with the provided value.Methods in com.arangodb with parameters of type DbName Modifier and Type Method Description Boolean
ArangoDB. createDatabase(DbName dbName)
Creates a new database with the given name.ArangoDatabase
ArangoDB. db(DbName dbName)
Returns aArangoDatabase
instance for the given database name.Request.Builder<T>
Request.Builder. db(DbName db)
-
Uses of DbName in com.arangodb.model
Methods in com.arangodb.model with parameters of type DbName Modifier and Type Method Description DBCreateOptions
DBCreateOptions. name(DbName dbName)
-