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.

See:
          Description

Interface Summary
SQLDialect  
 

Class Summary
DBUtil  
H2Dialect The H2 dialect.
HSQLDBDialect The HSQLDB dialect.
MsSQLDialect The MS SQL Server dialect is untested.
MySQLDialect  
OracleDialect The Oracle dialect.
PostgreSQLDialect  
SQLiteDialect SQLite dialect Note that the dialect is not needed if your JDBC driver supports the getGeneratedKeys method introduced in JDBC 3.0 specification.
SybaseSqlAnywhereDialect  
 

Enum Summary
SQLDialectCode  
 

Package ch.qos.logback.core.db.dialect Description

Contains the dialect classes used by logback to log to different databases, and the SQL scripts to created the necessary tables.



Copyright © 2005-2013 QOS.ch. All Rights Reserved.