Uses of Class
net.sf.jsqlparser.util.validation.feature.DatabaseType
-
Packages that use DatabaseType Package Description net.sf.jsqlparser.util.validation.feature -
-
Uses of DatabaseType in net.sf.jsqlparser.util.validation.feature
Fields in net.sf.jsqlparser.util.validation.feature declared as DatabaseType Modifier and Type Field Description static DatabaseType[]
DatabaseType. DATABASES
Methods in net.sf.jsqlparser.util.validation.feature that return DatabaseType Modifier and Type Method Description static DatabaseType
DatabaseType. get(java.lang.String jdbcIdentifier)
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.
-