类 IoTDBDriver

  • 所有已实现的接口:
    java.sql.Driver

    public class IoTDBDriver
    extends java.lang.Object
    implements java.sql.Driver
    • 构造器概要

      构造器 
      构造器 说明
      IoTDBDriver()  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      boolean acceptsURL​(java.lang.String url)  
      java.sql.Connection connect​(java.lang.String url, java.util.Properties info)  
      int getMajorVersion()  
      int getMinorVersion()  
      java.util.logging.Logger getParentLogger()  
      java.sql.DriverPropertyInfo[] getPropertyInfo​(java.lang.String url, java.util.Properties info)  
      boolean jdbcCompliant()  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • IoTDBDriver

        public IoTDBDriver()
    • 方法详细资料

      • acceptsURL

        public boolean acceptsURL​(java.lang.String url)
                           throws java.sql.SQLException
        指定者:
        acceptsURL 在接口中 java.sql.Driver
        抛出:
        java.sql.SQLException
      • connect

        public java.sql.Connection connect​(java.lang.String url,
                                           java.util.Properties info)
                                    throws java.sql.SQLException
        指定者:
        connect 在接口中 java.sql.Driver
        抛出:
        java.sql.SQLException
      • getMajorVersion

        public int getMajorVersion()
        指定者:
        getMajorVersion 在接口中 java.sql.Driver
      • getMinorVersion

        public int getMinorVersion()
        指定者:
        getMinorVersion 在接口中 java.sql.Driver
      • getParentLogger

        public java.util.logging.Logger getParentLogger()
                                                 throws java.sql.SQLFeatureNotSupportedException
        指定者:
        getParentLogger 在接口中 java.sql.Driver
        抛出:
        java.sql.SQLFeatureNotSupportedException
      • getPropertyInfo

        public java.sql.DriverPropertyInfo[] getPropertyInfo​(java.lang.String url,
                                                             java.util.Properties info)
                                                      throws java.sql.SQLException
        指定者:
        getPropertyInfo 在接口中 java.sql.Driver
        抛出:
        java.sql.SQLException
      • jdbcCompliant

        public boolean jdbcCompliant()
        指定者:
        jdbcCompliant 在接口中 java.sql.Driver