Uses of Class
com.clickhouse.jdbc.JdbcTypeMapping
Packages that use JdbcTypeMapping
-
Uses of JdbcTypeMapping in com.clickhouse.jdbc
Fields in com.clickhouse.jdbc declared as JdbcTypeMappingModifier and TypeFieldDescriptionprotected final JdbcTypeMappingClickHouseResultSet.mapperDeprecated.Methods in com.clickhouse.jdbc that return JdbcTypeMappingModifier and TypeMethodDescriptionstatic JdbcTypeMappingJdbcTypeMapping.getAnsiMapping()Deprecated.Gets ANSI type mapping.static JdbcTypeMappingJdbcTypeMapping.getDefaultMapping()Deprecated.Gets default type mapping.JdbcConfig.getDialect()Deprecated.Gets JDBC dialect.default JdbcTypeMappingClickHouseConnection.getJdbcTypeMapping()Deprecated.Gets JDBC type mapping.Methods in com.clickhouse.jdbc with parameters of type JdbcTypeMappingModifier 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 JdbcTypeMappingModifierConstructorDescriptionprotectedClickHouseResultSetMetaData(JdbcConfig config, String database, String table, List<ClickHouseColumn> columns, JdbcTypeMapping mapper, Map<String, Class<?>> typeMap) Deprecated. -
Uses of JdbcTypeMapping in com.clickhouse.jdbc.internal
Fields in com.clickhouse.jdbc.internal declared as JdbcTypeMappingModifier and TypeFieldDescriptionprotected final JdbcTypeMappingClickHouseParameterMetaData.mapperDeprecated.protected final JdbcTypeMappingClickHouseStatementImpl.mapperDeprecated.Constructors in com.clickhouse.jdbc.internal with parameters of type JdbcTypeMappingModifierConstructorDescriptionprotectedClickHouseParameterMetaData(List<ClickHouseColumn> params, JdbcTypeMapping mapper, Map<String, Class<?>> typeMap) Deprecated.