Uses of Class
com.clickhouse.jdbc.JdbcConfig
-
Uses of JdbcConfig in com.clickhouse.jdbc
Methods in com.clickhouse.jdbc that return JdbcConfigModifier and TypeMethodDescriptionClickHouseConnection.getJdbcConfig()Deprecated.Gets JDBC-specific configuration.Methods in com.clickhouse.jdbc with parameters of type JdbcConfigModifier and TypeMethodDescriptionstatic ResultSetMetaDataClickHouseResultSetMetaData.of(JdbcConfig config, String database, String table, List<ClickHouseColumn> columns, JdbcTypeMapping mapper, Map<String, Class<?>> typeMap) Deprecated.Constructors in com.clickhouse.jdbc with parameters of type JdbcConfigModifierConstructorDescriptionprotectedClickHouseResultSetMetaData(JdbcConfig config, String database, String table, List<ClickHouseColumn> columns, JdbcTypeMapping mapper, Map<String, Class<?>> typeMap) Deprecated.