类 AuthorizationJdbcDriver
java.lang.Object
com.codingapi.springboot.authorization.jdbc.AuthorizationJdbcDriver
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanacceptsURL(String url) connect(String url, Properties info) intintgetPropertyInfo(String url, Properties info) boolean
-
构造器详细资料
-
AuthorizationJdbcDriver
public AuthorizationJdbcDriver()
-
-
方法详细资料
-
connect
- 指定者:
connect在接口中Driver- 抛出:
SQLException
-
acceptsURL
- 指定者:
acceptsURL在接口中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
-