Class ClickhouseDialect
- java.lang.Object
-
- org.springframework.data.relational.core.dialect.AbstractDialect
-
- org.springframework.data.relational.core.dialect.AnsiDialect
-
- com.github.pelenthium.spring.dialect.ClickhouseDialect
-
- All Implemented Interfaces:
org.springframework.data.relational.core.dialect.Dialect
public class ClickhouseDialect extends org.springframework.data.relational.core.dialect.AnsiDialectJDBC specific ClickHouse Dialect.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.data.relational.core.dialect.LimitClauselimit()org.springframework.data.relational.core.dialect.LockClauselock()-
Methods inherited from class org.springframework.data.relational.core.dialect.AnsiDialect
getArraySupport, getIdentifierProcessing
-
Methods inherited from class org.springframework.data.relational.core.dialect.AbstractDialect
getAfterFromTable, getAfterOrderBy, getSelectContext
-
-
-
-
Method Detail
-
lock
public org.springframework.data.relational.core.dialect.LockClause lock()
- Specified by:
lockin interfaceorg.springframework.data.relational.core.dialect.Dialect- Overrides:
lockin classorg.springframework.data.relational.core.dialect.AnsiDialect
-
limit
public org.springframework.data.relational.core.dialect.LimitClause limit()
- Specified by:
limitin interfaceorg.springframework.data.relational.core.dialect.Dialect- Overrides:
limitin classorg.springframework.data.relational.core.dialect.AnsiDialect
-
-