Class SQLiteDialect

java.lang.Object
ch.qos.logback.core.db.dialect.SQLiteDialect
All Implemented Interfaces:
SQLDialect

public class SQLiteDialect extends Object implements SQLDialect
SQLite dialect Note that the dialect is not needed if your JDBC driver supports the getGeneratedKeys method introduced in JDBC 3.0 specification.
Author:
Anthony Trinh