Package org.apache.log4j.db.dialect
Class MsSQLDialect
java.lang.Object
org.apache.log4j.db.dialect.MsSQLDialect
- All Implemented Interfaces:
SQLDialect
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
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SELECT_CURRVAL
- See Also:
-
-
Constructor Details
-
MsSQLDialect
public MsSQLDialect()
-
-
Method Details
-
getSelectInsertId
- Specified by:
getSelectInsertId
in interfaceSQLDialect
-