Package com.clickhouse.jdbc
Class ClickHouseResultSetMetaData
java.lang.Object
com.clickhouse.jdbc.JdbcWrapper
com.clickhouse.jdbc.ClickHouseResultSetMetaData
- All Implemented Interfaces:
ResultSetMetaData,Wrapper
@Deprecated
public class ClickHouseResultSetMetaData
extends JdbcWrapper
implements ResultSetMetaData
Deprecated.
-
Field Summary
Fields inherited from interface java.sql.ResultSetMetaData
columnNoNulls, columnNullable, columnNullableUnknown -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedClickHouseResultSetMetaData(JdbcConfig config, String database, String table, List<ClickHouseColumn> columns, JdbcTypeMapping mapper, Map<String, Class<?>> typeMap) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetCatalogName(int column) Deprecated.protected ClickHouseColumngetColumn(int index) Deprecated.getColumnClassName(int column) Deprecated.intDeprecated.intgetColumnDisplaySize(int column) Deprecated.getColumnLabel(int column) Deprecated.getColumnName(int column) Deprecated.protected List<ClickHouseColumn>Deprecated.intgetColumnType(int column) Deprecated.getColumnTypeName(int column) Deprecated.intgetPrecision(int column) Deprecated.intgetScale(int column) Deprecated.getSchemaName(int column) Deprecated.getTableName(int column) Deprecated.booleanisAutoIncrement(int column) Deprecated.booleanisCaseSensitive(int column) Deprecated.booleanisCurrency(int column) Deprecated.booleanisDefinitelyWritable(int column) Deprecated.intisNullable(int column) Deprecated.booleanisReadOnly(int column) Deprecated.booleanisSearchable(int column) Deprecated.booleanisSigned(int column) Deprecated.booleanisWritable(int column) Deprecated.static ResultSetMetaDataof(JdbcConfig config, String database, String table, List<ClickHouseColumn> columns, JdbcTypeMapping mapper, Map<String, Class<?>> typeMap) Deprecated.Methods inherited from class com.clickhouse.jdbc.JdbcWrapper
isWrapperFor, unwrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
-
Constructor Details
-
ClickHouseResultSetMetaData
protected ClickHouseResultSetMetaData(JdbcConfig config, String database, String table, List<ClickHouseColumn> columns, JdbcTypeMapping mapper, Map<String, Class<?>> typeMap) Deprecated.
-
-
Method Details
-
of
public static ResultSetMetaData of(JdbcConfig config, String database, String table, List<ClickHouseColumn> columns, JdbcTypeMapping mapper, Map<String, Class<?>> typeMap) throws SQLExceptionDeprecated.- Throws:
SQLException
-
getColumns
Deprecated. -
getColumn
Deprecated.- Throws:
SQLException
-
getColumnCount
Deprecated.- Specified by:
getColumnCountin interfaceResultSetMetaData- Throws:
SQLException
-
isAutoIncrement
Deprecated.- Specified by:
isAutoIncrementin interfaceResultSetMetaData- Throws:
SQLException
-
isCaseSensitive
Deprecated.- Specified by:
isCaseSensitivein interfaceResultSetMetaData- Throws:
SQLException
-
isSearchable
Deprecated.- Specified by:
isSearchablein interfaceResultSetMetaData- Throws:
SQLException
-
isCurrency
Deprecated.- Specified by:
isCurrencyin interfaceResultSetMetaData- Throws:
SQLException
-
isNullable
Deprecated.- Specified by:
isNullablein interfaceResultSetMetaData- Throws:
SQLException
-
isSigned
Deprecated.- Specified by:
isSignedin interfaceResultSetMetaData- Throws:
SQLException
-
getColumnDisplaySize
Deprecated.- Specified by:
getColumnDisplaySizein interfaceResultSetMetaData- Throws:
SQLException
-
getColumnLabel
Deprecated.- Specified by:
getColumnLabelin interfaceResultSetMetaData- Throws:
SQLException
-
getColumnName
Deprecated.- Specified by:
getColumnNamein interfaceResultSetMetaData- Throws:
SQLException
-
getSchemaName
Deprecated.- Specified by:
getSchemaNamein interfaceResultSetMetaData- Throws:
SQLException
-
getPrecision
Deprecated.- Specified by:
getPrecisionin interfaceResultSetMetaData- Throws:
SQLException
-
getScale
Deprecated.- Specified by:
getScalein interfaceResultSetMetaData- Throws:
SQLException
-
getTableName
Deprecated.- Specified by:
getTableNamein interfaceResultSetMetaData- Throws:
SQLException
-
getCatalogName
Deprecated.- Specified by:
getCatalogNamein interfaceResultSetMetaData- Throws:
SQLException
-
getColumnType
Deprecated.- Specified by:
getColumnTypein interfaceResultSetMetaData- Throws:
SQLException
-
getColumnTypeName
Deprecated.- Specified by:
getColumnTypeNamein interfaceResultSetMetaData- Throws:
SQLException
-
isReadOnly
Deprecated.- Specified by:
isReadOnlyin interfaceResultSetMetaData- Throws:
SQLException
-
isWritable
Deprecated.- Specified by:
isWritablein interfaceResultSetMetaData- Throws:
SQLException
-
isDefinitelyWritable
Deprecated.- Specified by:
isDefinitelyWritablein interfaceResultSetMetaData- Throws:
SQLException
-
getColumnClassName
Deprecated.- Specified by:
getColumnClassNamein interfaceResultSetMetaData- Throws:
SQLException
-