Package com.clickhouse.jdbc
Class ClickHouseDriver
java.lang.Object
com.clickhouse.jdbc.ClickHouseDriver
- All Implemented Interfaces:
Driver
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanacceptsURL(String url) Deprecated.connect(String url, Properties info) Deprecated.intDeprecated.intDeprecated.Deprecated.getPropertyInfo(String url, Properties info) Deprecated.static booleanisV2()Deprecated.booleanDeprecated.booleanDeprecated.static voidload()Deprecated.static voidunload()Deprecated.
-
Constructor Details
-
ClickHouseDriver
public ClickHouseDriver()Deprecated.
-
-
Method Details
-
load
public static void load()Deprecated. -
unload
public static void unload()Deprecated. -
isV2
public static boolean isV2()Deprecated. -
isV2
Deprecated. -
connect
Deprecated.- Specified by:
connectin interfaceDriver- Throws:
SQLException
-
acceptsURL
Deprecated.- Specified by:
acceptsURLin interfaceDriver- Throws:
SQLException
-
getPropertyInfo
Deprecated.- Specified by:
getPropertyInfoin interfaceDriver- Throws:
SQLException
-
getMajorVersion
public int getMajorVersion()Deprecated.- Specified by:
getMajorVersionin interfaceDriver
-
getMinorVersion
public int getMinorVersion()Deprecated.- Specified by:
getMinorVersionin interfaceDriver
-
jdbcCompliant
public boolean jdbcCompliant()Deprecated.- Specified by:
jdbcCompliantin interfaceDriver
-
getParentLogger
Deprecated.- Specified by:
getParentLoggerin interfaceDriver- Throws:
SQLFeatureNotSupportedException
-