Class MsSQLDialect

  • All Implemented Interfaces:
    SQLDialect

    public class MsSQLDialect
    extends java.lang.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.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String SELECT_CURRVAL  
    • Constructor Summary

      Constructors 
      Constructor Description
      MsSQLDialect()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSelectInsertId()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MsSQLDialect

        public MsSQLDialect()