Uses of Class
ch.qos.logback.core.db.dialect.SQLDialectCode
-
Packages that use SQLDialectCode Package Description ch.qos.logback.core.db The ch.qos.logback.core.db package provides bases classes to append objects into various databases.ch.qos.logback.core.db.dialect Contains the dialect classes used by logback to log to different databases, and the SQL scripts to created the necessary tables. -
-
Uses of SQLDialectCode in ch.qos.logback.core.db
Methods in ch.qos.logback.core.db that return SQLDialectCode Modifier and Type Method Description SQLDialectCode
ConnectionSource. getSQLDialectCode()
Get the SQL dialect that should be used for this connection.SQLDialectCode
ConnectionSourceBase. getSQLDialectCode()
-
Uses of SQLDialectCode in ch.qos.logback.core.db.dialect
Methods in ch.qos.logback.core.db.dialect that return SQLDialectCode Modifier and Type Method Description static SQLDialectCode
DBUtil. discoverSQLDialect(java.sql.DatabaseMetaData meta)
static SQLDialectCode
SQLDialectCode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SQLDialectCode[]
SQLDialectCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.qos.logback.core.db.dialect with parameters of type SQLDialectCode Modifier and Type Method Description static SQLDialect
DBUtil. getDialectFromCode(SQLDialectCode sqlDialectType)
-