Uses of Enum
ch.qos.logback.core.db.dialect.SQLDialectCode
Packages that use SQLDialectCode
Package
Description
The ch.qos.logback.core.db package provides bases classes to append objects
into various databases.
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 SQLDialectCodeModifier and TypeMethodDescriptionConnectionSource.getSQLDialectCode()Get the SQL dialect that should be used for this connection.ConnectionSourceBase.getSQLDialectCode() -
Uses of SQLDialectCode in ch.qos.logback.core.db.dialect
Methods in ch.qos.logback.core.db.dialect that return SQLDialectCodeModifier and TypeMethodDescriptionstatic SQLDialectCodeDBUtil.discoverSQLDialect(DatabaseMetaData meta)static SQLDialectCodeReturns 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 SQLDialectCodeModifier and TypeMethodDescriptionstatic SQLDialectDBUtil.getDialectFromCode(SQLDialectCode sqlDialectType)