|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SQLDialectCode | |
---|---|
ch.qos.logback.core.db | The ch.qos.logback.core.db package provides bases classes to append objects into various databases. |
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. |
Uses of SQLDialectCode in ch.qos.logback.core.db |
---|
Methods in ch.qos.logback.core.db that return SQLDialectCode | |
---|---|
SQLDialectCode |
ConnectionSourceBase.getSQLDialectCode()
|
SQLDialectCode |
ConnectionSource.getSQLDialectCode()
Get the SQL dialect that should be used for this connection. |
Uses of SQLDialectCode in ch.qos.logback.core.db.dialect |
---|
Methods in ch.qos.logback.core.db.dialect that return SQLDialectCode | |
---|---|
static SQLDialectCode |
DBUtil.discoverSQLDialect(DatabaseMetaData meta)
|
static SQLDialectCode |
SQLDialectCode.valueOf(String name)
Returns 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 SQLDialectCode | |
---|---|
static SQLDialect |
DBUtil.getDialectFromCode(SQLDialectCode sqlDialectType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |