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 TypeMethodDescriptionio.github.jdbcx.FormatGets preferred data format.booleanbooleansupports(io.github.jdbcx.Format format) Checks 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
getEncodings, getMimeTypes, getPreferredCompression, getRemoteTable, getValueFactory, getVariableTag, supports
-
Constructor Details
-
ClickHouseDialect
public ClickHouseDialect()
-
-
Method Details
-
getPreferredFormat
public io.github.jdbcx.Format 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
public boolean supports(io.github.jdbcx.Format format) 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
-