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 DbNameDbName. SYSTEMDbName of the "_system" database.Methods in com.arangodb that return DbName Modifier and Type Method Description DbNameArangoDatabase. dbName()Returns the name of the databaseDbNameRequest. getDb()static DbNameDbName. normalize(String value)Creates a newDbNameinstance with the NFC normal form of the provided value.static DbNameDbName. of(String value)Creates a newDbNameinstance with the provided value.Methods in com.arangodb with parameters of type DbName Modifier and Type Method Description BooleanArangoDB. createDatabase(DbName dbName)Creates a new database with the given name.ArangoDatabaseArangoDB. db(DbName dbName)Returns aArangoDatabaseinstance 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 DBCreateOptionsDBCreateOptions. name(DbName dbName)
-