Uses of Class
com.clickhouse.jdbc.JdbcConfig
Packages that use JdbcConfig
-
Uses of JdbcConfig in com.clickhouse.jdbc
Methods in com.clickhouse.jdbc that return JdbcConfigModifier and TypeMethodDescriptionClickHouseConnection.getJdbcConfig()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) 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) -
Uses of JdbcConfig in com.clickhouse.jdbc.internal
Methods in com.clickhouse.jdbc.internal that return JdbcConfigModifier and TypeMethodDescriptionClickHouseConnectionImpl.getJdbcConfig()ClickHouseJdbcUrlParser.ConnectionInfo.getJdbcConfig()