Uses of Interface
ch.qos.logback.core.db.dialect.SQLDialect
Packages that use SQLDialect
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 SQLDialect in ch.qos.logback.core.db
Fields in ch.qos.logback.core.db declared as SQLDialect -
Uses of SQLDialect in ch.qos.logback.core.db.dialect
Classes in ch.qos.logback.core.db.dialect that implement SQLDialectModifier and TypeClassDescriptionclassThe H2 dialect.classThe HSQLDB dialect.classThe MS SQL Server dialect is untested.classclassThe Oracle dialect.classclassSQLite dialect Note that the dialect is not needed if your JDBC driver supports the getGeneratedKeys method introduced in JDBC 3.0 specification.classMethods in ch.qos.logback.core.db.dialect that return SQLDialectModifier and TypeMethodDescriptionstatic SQLDialectDBUtil.getDialectFromCode(SQLDialectCode sqlDialectType)