Package com.clickhouse.jdbc
Class ClickHouseDataSource
java.lang.Object
com.clickhouse.jdbc.ClickHouseDataSource
- All Implemented Interfaces:
JdbcV2Wrapper,Wrapper,CommonDataSource,DataSource
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.ClickHouseDataSource(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 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 com.clickhouse.jdbc.JdbcV2Wrapper
isWrapperFor, unwrap
-
Constructor Details
-
ClickHouseDataSource
Deprecated.- Throws:
SQLException
-
ClickHouseDataSource
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
-