类 RestfulDriver
- java.lang.Object
-
- com.taosdata.jdbc.AbstractDriver
-
- com.taosdata.jdbc.rs.RestfulDriver
-
- 所有已实现的接口:
Driver
public class RestfulDriver extends AbstractDriver
-
-
构造器概要
构造器 构造器 说明 RestfulDriver()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleanacceptsURL(String url)Connectionconnect(String url, Properties info)intgetMajorVersion()intgetMinorVersion()LoggergetParentLogger()DriverPropertyInfo[]getPropertyInfo(String url, Properties info)booleanjdbcCompliant()-
从类继承的方法 com.taosdata.jdbc.AbstractDriver
getPropertyInfo, parseURL
-
-
-
-
方法详细资料
-
connect
public Connection connect(String url, Properties info) throws SQLException
- 抛出:
SQLException
-
acceptsURL
public boolean acceptsURL(String url) throws SQLException
- 抛出:
SQLException
-
getPropertyInfo
public DriverPropertyInfo[] getPropertyInfo(String url, Properties info) throws SQLException
- 抛出:
SQLException
-
getMajorVersion
public int getMajorVersion()
-
getMinorVersion
public int getMinorVersion()
-
jdbcCompliant
public boolean jdbcCompliant()
-
getParentLogger
public Logger getParentLogger() throws SQLFeatureNotSupportedException
-
-