Class SqliteDialect

  • All Implemented Interfaces:
    org.springframework.data.relational.core.dialect.Dialect

    public class SqliteDialect
    extends org.springframework.data.relational.core.dialect.AbstractDialect
    A SQL dialect for SQLite. This class does nothing for pessimistic locking as SQLite doesn't support the feature.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static SqliteDialect INSTANCE
      Singleton instance.
    • Constructor Summary

      Constructors 
      Constructor Description
      SqliteDialect()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.data.relational.core.sql.IdentifierProcessing getIdentifierProcessing()  
      org.springframework.data.relational.core.dialect.LimitClause limit()  
      org.springframework.data.relational.core.dialect.LockClause lock()  
      • Methods inherited from class org.springframework.data.relational.core.dialect.AbstractDialect

        getAfterFromTable, getAfterOrderBy, getSelectContext
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.springframework.data.relational.core.dialect.Dialect

        getArraySupport, getConverters, getIdGeneration, getInsertRenderContext, getLikeEscaper, orderByNullHandling, simpleTypes
    • Field Detail

      • INSTANCE

        public static final SqliteDialect INSTANCE
        Singleton instance.
    • Constructor Detail

      • SqliteDialect

        public SqliteDialect()
    • Method Detail

      • limit

        public org.springframework.data.relational.core.dialect.LimitClause limit()
      • lock

        public org.springframework.data.relational.core.dialect.LockClause lock()
      • getIdentifierProcessing

        public org.springframework.data.relational.core.sql.IdentifierProcessing getIdentifierProcessing()