Uses of Class
com.d3x.core.db.DatabaseDriver.Type
-
Packages that use DatabaseDriver.Type Package Description com.d3x.core.db -
-
Uses of DatabaseDriver.Type in com.d3x.core.db
Fields in com.d3x.core.db declared as DatabaseDriver.Type Modifier and Type Field Description private @NonNull DatabaseDriver.TypeDatabaseDriver. typeThe database typeMethods in com.d3x.core.db that return DatabaseDriver.Type Modifier and Type Method Description @NonNull DatabaseDriver.TypeDatabaseDriver. getType()The database typestatic DatabaseDriver.TypeDatabaseDriver.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DatabaseDriver.Type[]DatabaseDriver.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.d3x.core.db with parameters of type DatabaseDriver.Type Constructor Description DatabaseDriver(DatabaseDriver.Type type, java.lang.String driverClassName)Constructor
-