public class SybaseSqlAnywhereDialect extends Object implements SQLDialect
Modifier and Type | Field and Description |
---|---|
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.
|
Constructor and Description |
---|
SybaseSqlAnywhereDialect() |
public static final String SELECT_CURRVAL
public SybaseSqlAnywhereDialect()
public String getSelectInsertId()
getSelectInsertId
in interface SQLDialect
Copyright © 2005–2018 QOS.ch. All rights reserved.