|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.qos.logback.core.db.dialect.MsSQLDialect
public class MsSQLDialect
The MS SQL Server dialect is untested. Note that the dialect is not needed if your JDBC driver supports the getGeneratedKeys method introduced in JDBC 3.0 specification.
Field Summary | |
---|---|
static java.lang.String |
SELECT_CURRVAL
|
Constructor Summary | |
---|---|
MsSQLDialect()
|
Method Summary | |
---|---|
java.lang.String |
getSelectInsertId()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SELECT_CURRVAL
Constructor Detail |
---|
public MsSQLDialect()
Method Detail |
---|
public java.lang.String getSelectInsertId()
getSelectInsertId
in interface SQLDialect
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |