Uses of Interface
com.jedox.palojlib.interfaces.IDatabase
Packages that use IDatabase
-
Uses of IDatabase in com.jedox.palojlib.interfaces
Methods in com.jedox.palojlib.interfaces that return IDatabaseModifier and TypeMethodDescriptionIConnection.addDatabase
(String name) create a new databaseIConnection.addDatabase
(String name, IDatabase.DatabaseType type) create a new databaseIConnection.addDatabase
(String name, IDatabase.DatabaseType type, String backupPath) create a new databaseIConnection.addDatabase
(String name, String backupPath) create a new databaseIConnection.getDatabaseByName
(String name) get database using its nameIConnection.getDatabases()
get a list of the databases on this server.Methods in com.jedox.palojlib.interfaces with parameters of type IDatabaseModifier and TypeMethodDescriptionvoid
IConnection.removeDatabase
(IDatabase database) delete a database -
Uses of IDatabase in com.jedox.palojlib.main
Classes in com.jedox.palojlib.main that implement IDatabaseMethods in com.jedox.palojlib.main that return IDatabaseModifier and TypeMethodDescriptionConnection.addDatabase
(String name) Connection.addDatabase
(String name, IDatabase.DatabaseType type) Connection.addDatabase
(String name, IDatabase.DatabaseType type, String backupPath) Connection.addDatabase
(String name, String backupPath) Methods in com.jedox.palojlib.main with parameters of type IDatabaseModifier and TypeMethodDescriptionprotected LinkedHashMap<String,
Cube> void
Connection.removeDatabase
(IDatabase db)