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 DatabaseType
MySQLConnection. getDatabaseType()
protected DatabaseType
PostgreSQLConnection. getDatabaseType()
protected abstract DatabaseType
SQLConnection. getDatabaseType()
protected DatabaseType
SQLiteConnection. getDatabaseType()
static DatabaseType
DatabaseType. 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.
-