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