Package com.clickhouse.jdbc
Class DataSourceV1
java.lang.Object
com.clickhouse.jdbc.JdbcWrapper
com.clickhouse.jdbc.DataSourceV1
- All Implemented Interfaces:
Wrapper,CommonDataSource,DataSource
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final com.clickhouse.jdbc.internal.ClickHouseJdbcUrlParser.ConnectionInfoDeprecated.protected final DriverV1Deprecated.protected intDeprecated.protected PrintWriterDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionDataSourceV1(String url) Deprecated.DataSourceV1(String url, Properties properties) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getConnection(String username, String password) Deprecated.intDeprecated.Deprecated.Deprecated.voidsetLoginTimeout(int seconds) Deprecated.voidsetLogWriter(PrintWriter out) 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 javax.sql.CommonDataSource
createShardingKeyBuilderMethods inherited from interface javax.sql.DataSource
createConnectionBuilderMethods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
-
Field Details
-
driver
Deprecated. -
connInfo
protected final com.clickhouse.jdbc.internal.ClickHouseJdbcUrlParser.ConnectionInfo connInfoDeprecated. -
printWriter
Deprecated. -
loginTimeoutSeconds
protected int loginTimeoutSecondsDeprecated.
-
-
Constructor Details
-
DataSourceV1
Deprecated.- Throws:
SQLException
-
DataSourceV1
Deprecated.- Throws:
SQLException
-
-
Method Details
-
getConnection
Deprecated.- Specified by:
getConnectionin interfaceDataSource- Throws:
SQLException
-
getConnection
Deprecated.- Specified by:
getConnectionin interfaceDataSource- Throws:
SQLException
-
getLogWriter
Deprecated.- Specified by:
getLogWriterin interfaceCommonDataSource- Specified by:
getLogWriterin interfaceDataSource- Throws:
SQLException
-
setLogWriter
Deprecated.- Specified by:
setLogWriterin interfaceCommonDataSource- Specified by:
setLogWriterin interfaceDataSource- Throws:
SQLException
-
setLoginTimeout
Deprecated.- Specified by:
setLoginTimeoutin interfaceCommonDataSource- Specified by:
setLoginTimeoutin interfaceDataSource- Throws:
SQLException
-
getLoginTimeout
Deprecated.- Specified by:
getLoginTimeoutin interfaceCommonDataSource- Specified by:
getLoginTimeoutin interfaceDataSource- Throws:
SQLException
-
getParentLogger
Deprecated.- Specified by:
getParentLoggerin interfaceCommonDataSource- Throws:
SQLFeatureNotSupportedException
-