Uses of Class
de.codecentric.reedelk.database.internal.commons.DatabaseDriver
-
Packages that use DatabaseDriver Package Description de.codecentric.reedelk.database.component de.codecentric.reedelk.database.internal.commons -
-
Uses of DatabaseDriver in de.codecentric.reedelk.database.component
Methods in de.codecentric.reedelk.database.component that return DatabaseDriver Modifier and Type Method Description DatabaseDriverConnectionConfiguration. getDatabaseDriver()Methods in de.codecentric.reedelk.database.component with parameters of type DatabaseDriver Modifier and Type Method Description voidConnectionConfiguration. setDatabaseDriver(DatabaseDriver databaseDriver) -
Uses of DatabaseDriver in de.codecentric.reedelk.database.internal.commons
Methods in de.codecentric.reedelk.database.internal.commons that return DatabaseDriver Modifier and Type Method Description static DatabaseDriverDatabaseDriver. valueOf(String name)Returns the enum constant of this type with the specified name.static DatabaseDriver[]DatabaseDriver. values()Returns an array containing the constants of this enum type, in the order they are declared.
-