All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.housepower.jdbc.settings.ClickHouseDefines Maven / Gradle / Ivy

There is a newer version: 2.7.1
Show newest version
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