Uses of Enum Class
com.jedox.palojlib.interfaces.IDatabase.DatabaseType
Packages that use IDatabase.DatabaseType
-
Uses of IDatabase.DatabaseType in com.jedox.palojlib.interfaces
Methods in com.jedox.palojlib.interfaces that return IDatabase.DatabaseTypeModifier and TypeMethodDescriptionIDatabase.getType()Get the type of the databaseIDatabase.DatabaseTypestatic IDatabase.DatabaseTypeReturns the enum constant of this class with the specified name.static IDatabase.DatabaseType[]IDatabase.DatabaseType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.jedox.palojlib.interfaces with parameters of type IDatabase.DatabaseTypeModifier and TypeMethodDescriptionIConnection.addDatabase(String name, IDatabase.DatabaseType type) create a new databaseIConnection.addDatabase(String name, IDatabase.DatabaseType type, String backupPath) create a new database -
Uses of IDatabase.DatabaseType in com.jedox.palojlib.main
Methods in com.jedox.palojlib.main that return IDatabase.DatabaseTypeMethods in com.jedox.palojlib.main with parameters of type IDatabase.DatabaseTypeModifier and TypeMethodDescriptionConnection.addDatabase(String name, IDatabase.DatabaseType type) Connection.addDatabase(String name, IDatabase.DatabaseType type, String backupPath) protected voidConnectionHandler.addDatabase(String name, IDatabase.DatabaseType type, String backupPath) Constructors in com.jedox.palojlib.main with parameters of type IDatabase.DatabaseType