Package io.github.jdbcx.dialect
Class ClickHouseDialect
java.lang.Object
io.github.jdbcx.dialect.ClickHouseDialect
- All Implemented Interfaces:
JdbcDialect
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets preferred data format.booleanbooleanChecks if the data format is supported or not.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.jdbcx.JdbcDialect
getPreferredCompression, getRemoteTable, getValueFactory, getVariableTag, supports
-
Constructor Details
-
ClickHouseDialect
public ClickHouseDialect()
-
-
Method Details
-
getPreferredFormat
Description copied from interface:JdbcDialectGets preferred data format.- Specified by:
getPreferredFormatin interfaceJdbcDialect- Returns:
- non-null data format
-
supportMultipleResultSetsPerStatement
public boolean supportMultipleResultSetsPerStatement()Description copied from interface:JdbcDialect- Specified by:
supportMultipleResultSetsPerStatementin interfaceJdbcDialect- Returns:
- true multiple ResultSets are supported; false otherwise
-
getMapper
- Specified by:
getMapperin interfaceJdbcDialect
-
supports
Description copied from interface:JdbcDialectChecks if the data format is supported or not.- Specified by:
supportsin interfaceJdbcDialect- Parameters:
format- non-null data format- Returns:
- true if it's supported; false otherwise
-