Uses of Enum
xyz.geik.farmer.database.DatabaseType
Packages that use DatabaseType
-
Uses of DatabaseType in xyz.geik.farmer.database
Methods in xyz.geik.farmer.database that return DatabaseTypeModifier and TypeMethodDescriptionMySQL.getDatabaseType()
Gets type of databaseabstract DatabaseType
SQL.getDatabaseType()
Database type of sqlSQLite.getDatabaseType()
Returns type of databasestatic DatabaseType
Returns the enum constant of this type with the specified name.static DatabaseType[]
DatabaseType.values()
Returns an array containing the constants of this enum type, in the order they are declared.