ch.qos.logback.core.db.dialect
Class SybaseSqlAnywhereDialect
java.lang.Object
ch.qos.logback.core.db.dialect.SybaseSqlAnywhereDialect
- All Implemented Interfaces:
- SQLDialect
public class SybaseSqlAnywhereDialect
- extends Object
- implements SQLDialect
Field Summary |
static String |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SELECT_CURRVAL
public static final String 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
SybaseSqlAnywhereDialect
public SybaseSqlAnywhereDialect()
getSelectInsertId
public String getSelectInsertId()
- Specified by:
getSelectInsertId
in interface SQLDialect
Copyright © 2005-2013 QOS.ch. All Rights Reserved.