Uses of Class
com.clickhouse.jdbc.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.