Class SQLiteDialect

  • All Implemented Interfaces:
    SQLDialect

    public class SQLiteDialect
    extends java.lang.Object
    implements SQLDialect
    SQLite dialect 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
      SQLiteDialect()  
    • 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

      • SQLiteDialect

        public SQLiteDialect()