Package ch.qos.logback.core.db.dialect
Class SybaseSqlAnywhereDialect
java.lang.Object
ch.qos.logback.core.db.dialect.SybaseSqlAnywhereDialect
- All Implemented Interfaces:
SQLDialect
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic StringThe Sybase SQLAnywhere Dialect Note that the dialect is not needed if your JDBC driver supports the getGeneratedKeys method introduced in JDBC 3.0 specification. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SELECT_CURRVAL
The Sybase SQLAnywhere Dialect Note that the dialect is not needed if your JDBC driver supports the getGeneratedKeys method introduced in JDBC 3.0 specification.- See Also:
- Constant Field Values
-
-
Constructor Details
-
SybaseSqlAnywhereDialect
public SybaseSqlAnywhereDialect()
-
-
Method Details
-
getSelectInsertId
- Specified by:
getSelectInsertIdin interfaceSQLDialect
-