类 FlinkDriver
- java.lang.Object
-
- net.wicp.tams.common.flink.sqlgateway.jdbc.FlinkDriver
-
-
构造器概要
构造器 构造器 说明 FlinkDriver()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleanacceptsURL(String url)Connectionconnect(String url, Properties info)intgetMajorVersion()intgetMinorVersion()LoggergetParentLogger()DriverPropertyInfo[]getPropertyInfo(String url, Properties info)booleanjdbcCompliant()
-
-
-
方法详细资料
-
connect
public Connection connect(String url, Properties info) throws SQLException
- 指定者:
connect在接口中Driver- 抛出:
SQLException
-
acceptsURL
public boolean acceptsURL(String url) throws SQLException
- 指定者:
acceptsURL在接口中Driver- 抛出:
SQLException
-
getPropertyInfo
public DriverPropertyInfo[] getPropertyInfo(String url, Properties info) throws SQLException
- 指定者:
getPropertyInfo在接口中Driver- 抛出:
SQLException
-
getMajorVersion
public int getMajorVersion()
- 指定者:
getMajorVersion在接口中Driver
-
getMinorVersion
public int getMinorVersion()
- 指定者:
getMinorVersion在接口中Driver
-
jdbcCompliant
public boolean jdbcCompliant()
- 指定者:
jdbcCompliant在接口中Driver
-
getParentLogger
public Logger getParentLogger() throws SQLFeatureNotSupportedException
- 指定者:
getParentLogger在接口中Driver- 抛出:
SQLFeatureNotSupportedException
-
-