Class MsSQLDialect

  • All Implemented Interfaces:
    SQLDialect

    public class MsSQLDialect
    extends Object
    implements 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.

    Author:
    James Stauffer