Class SybaseSqlAnywhereDialect

  • All Implemented Interfaces:
    SQLDialect

    public class SybaseSqlAnywhereDialect
    extends java.lang.Object
    implements SQLDialect
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.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.
    • 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
    • Field Detail

      • SELECT_CURRVAL

        public static final java.lang.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.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SybaseSqlAnywhereDialect

        public SybaseSqlAnywhereDialect()