Class DatabaseKind
java.lang.Object
io.quarkus.datasource.common.runtime.DatabaseKind
We don't use an enum as we also need to support non built-in database kinds.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanisPostgreSQL(String value) static String
-
Field Details
-
DB2
- See Also:
-
H2
- See Also:
-
MARIADB
- See Also:
-
MSSQL
- See Also:
-
MYSQL
- See Also:
-
POSTGRESQL
- See Also:
-
ORACLE
- See Also:
-
-
Method Details
-
normalize
-
isDB2
-
isH2
-
isMariaDB
-
isMsSQL
-
isMySQL
-
isOracle
-
isPostgreSQL
-
is
-