Class ClickHouseDialect

java.lang.Object
io.github.jdbcx.dialect.ClickHouseDialect
All Implemented Interfaces:
JdbcDialect

public class ClickHouseDialect extends Object implements JdbcDialect
  • Constructor Details

    • ClickHouseDialect

      public ClickHouseDialect()
  • Method Details

    • getPreferredFormat

      public io.github.jdbcx.Format getPreferredFormat()
      Description copied from interface: JdbcDialect
      Gets preferred data format.
      Specified by:
      getPreferredFormat in interface JdbcDialect
      Returns:
      non-null data format
    • supportMultipleResultSetsPerStatement

      public boolean supportMultipleResultSetsPerStatement()
      Description copied from interface: JdbcDialect
      Whether a Statement supports multiple ResultSet in open status.
      Specified by:
      supportMultipleResultSetsPerStatement in interface JdbcDialect
      Returns:
      true multiple ResultSets are supported; false otherwise
    • getMapper

      public ResultMapper getMapper()
      Specified by:
      getMapper in interface JdbcDialect
    • supports

      public boolean supports(io.github.jdbcx.Format format)
      Description copied from interface: JdbcDialect
      Checks if the data format is supported or not.
      Specified by:
      supports in interface JdbcDialect
      Parameters:
      format - non-null data format
      Returns:
      true if it's supported; false otherwise