com.github.housepower.jdbc.settings.ClickHouseDefines Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clickhouse-native-jdbc Show documentation
Show all versions of clickhouse-native-jdbc Show documentation
ClickHouse Native Protocol JDBC implementation
package com.github.housepower.jdbc.settings;
public class ClickHouseDefines {
public static final String NAME = "ClickHouse";
public static final String DEFAULT_DATABASE = "default";
public static final Integer MAJOR_VERSION = 1;
public static final Integer MINOR_VERSION = 1;
public static final Integer CLIENT_REVERSION = 54380;
public static final Integer DEFAULT_BUFFER_SIZE = 1048576;
public static final Integer DBMS_MIN_REVISION_WITH_SERVER_TIMEZONE = 54058;
public static final Integer DBMS_MIN_REVISION_WITH_SERVER_DISPLAY_NAME = 54372;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy