类 NonRegisteringDatabendDriver
java.lang.Object
com.databend.jdbc.NonRegisteringDatabendDriver
- 所有已实现的接口:
Closeable,AutoCloseable,Driver
- 直接已知子类:
DatabendDriver
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanacceptsURL(String url) voidclose()connect(String url, Properties info) intintgetPropertyInfo(String url, Properties info) boolean
-
构造器详细资料
-
NonRegisteringDatabendDriver
public NonRegisteringDatabendDriver()
-
-
方法详细资料
-
close
public void close()- 指定者:
close在接口中AutoCloseable- 指定者:
close在接口中Closeable
-
acceptsURL
- 指定者:
acceptsURL在接口中Driver- 抛出:
SQLException
-
connect
- 指定者:
connect在接口中Driver- 抛出:
SQLException
-
getPropertyInfo
- 指定者:
getPropertyInfo在接口中Driver- 抛出:
SQLException
-
getMajorVersion
public int getMajorVersion()- 指定者:
getMajorVersion在接口中Driver
-
getMinorVersion
public int getMinorVersion()- 指定者:
getMinorVersion在接口中Driver
-
jdbcCompliant
public boolean jdbcCompliant()- 指定者:
jdbcCompliant在接口中Driver
-
getParentLogger
- 指定者:
getParentLogger在接口中Driver- 抛出:
SQLFeatureNotSupportedException
-