Uses of Class
samuelal.squelized.DatabaseType
-
-
Uses of DatabaseType in samuelal.squelized
Methods in samuelal.squelized that return DatabaseType Modifier and Type Method Description protected DatabaseTypeMySQLConnection. getDatabaseType()protected DatabaseTypePostgreSQLConnection. getDatabaseType()protected abstract DatabaseTypeSQLConnection. getDatabaseType()protected DatabaseTypeSQLiteConnection. getDatabaseType()static DatabaseTypeDatabaseType. valueOf(java.lang.String name)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.
-