Package ch.qos.logback.core.db.dialect
package 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.
-
Interface Summary
-
Class SummaryClassDescriptionThe H2 dialect.The HSQLDB dialect.The MS SQL Server dialect is untested.The Oracle dialect.SQLite dialect Note that the dialect is not needed if your JDBC driver supports the getGeneratedKeys method introduced in JDBC 3.0 specification.
-
Enum Summary