类 IoTDBMetadataResultSet

  • 所有已实现的接口:
    java.lang.AutoCloseable, java.sql.ResultSet, java.sql.Wrapper

    public class IoTDBMetadataResultSet
    extends IoTDBQueryResultSet
    • 字段详细资料

      • GET_STRING_COLUMN

        public static final java.lang.String GET_STRING_COLUMN
        另请参阅:
        常量字段值
      • GET_STRING_STORAGE_GROUP

        public static final java.lang.String GET_STRING_STORAGE_GROUP
        另请参阅:
        常量字段值
      • GET_STRING_TIMESERIES_NAME

        public static final java.lang.String GET_STRING_TIMESERIES_NAME
        另请参阅:
        常量字段值
      • GET_STRING_TIMESERIES_STORAGE_GROUP

        public static final java.lang.String GET_STRING_TIMESERIES_STORAGE_GROUP
        另请参阅:
        常量字段值
      • GET_STRING_TIMESERIES_DATATYPE

        public static final java.lang.String GET_STRING_TIMESERIES_DATATYPE
        另请参阅:
        常量字段值
      • GET_STRING_TIMESERIES_ENCODING

        public static final java.lang.String GET_STRING_TIMESERIES_ENCODING
        另请参阅:
        常量字段值
    • 构造器详细资料

      • IoTDBMetadataResultSet

        public IoTDBMetadataResultSet​(java.util.List<java.lang.String> columns,
                                      java.util.Set<java.lang.String> storageGroupSet,
                                      java.util.List<java.util.List<java.lang.String>> showTimeseriesList)
                               throws java.sql.SQLException
        Constructor used for the result of DatabaseMetadata.getColumns()
        抛出:
        java.sql.SQLException
    • 方法详细资料

      • findColumn

        public int findColumn​(java.lang.String columnName)
                       throws java.sql.SQLException
        指定者:
        findColumn 在接口中 java.sql.ResultSet
        覆盖:
        findColumn 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getBigDecimal

        public java.math.BigDecimal getBigDecimal​(int columnIndex)
                                           throws java.sql.SQLException
        指定者:
        getBigDecimal 在接口中 java.sql.ResultSet
        覆盖:
        getBigDecimal 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getBigDecimal

        public java.math.BigDecimal getBigDecimal​(java.lang.String columnName)
                                           throws java.sql.SQLException
        指定者:
        getBigDecimal 在接口中 java.sql.ResultSet
        覆盖:
        getBigDecimal 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getBigDecimal

        public java.math.BigDecimal getBigDecimal​(int columnIndex,
                                                  int scale)
                                           throws java.sql.SQLException
        指定者:
        getBigDecimal 在接口中 java.sql.ResultSet
        覆盖:
        getBigDecimal 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getBigDecimal

        public java.math.BigDecimal getBigDecimal​(java.lang.String columnName,
                                                  int scale)
                                           throws java.sql.SQLException
        指定者:
        getBigDecimal 在接口中 java.sql.ResultSet
        覆盖:
        getBigDecimal 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getBoolean

        public boolean getBoolean​(int columnIndex)
                           throws java.sql.SQLException
        指定者:
        getBoolean 在接口中 java.sql.ResultSet
        覆盖:
        getBoolean 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getBoolean

        public boolean getBoolean​(java.lang.String columnName)
                           throws java.sql.SQLException
        指定者:
        getBoolean 在接口中 java.sql.ResultSet
        覆盖:
        getBoolean 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getByte

        public byte getByte​(int columnIndex)
                     throws java.sql.SQLException
        指定者:
        getByte 在接口中 java.sql.ResultSet
        覆盖:
        getByte 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getByte

        public byte getByte​(java.lang.String columnName)
                     throws java.sql.SQLException
        指定者:
        getByte 在接口中 java.sql.ResultSet
        覆盖:
        getByte 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getBytes

        public byte[] getBytes​(int columnIndex)
                        throws java.sql.SQLException
        指定者:
        getBytes 在接口中 java.sql.ResultSet
        覆盖:
        getBytes 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getBytes

        public byte[] getBytes​(java.lang.String columnName)
                        throws java.sql.SQLException
        指定者:
        getBytes 在接口中 java.sql.ResultSet
        覆盖:
        getBytes 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getConcurrency

        public int getConcurrency()
                           throws java.sql.SQLException
        指定者:
        getConcurrency 在接口中 java.sql.ResultSet
        覆盖:
        getConcurrency 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getDate

        public java.sql.Date getDate​(int columnIndex)
                              throws java.sql.SQLException
        指定者:
        getDate 在接口中 java.sql.ResultSet
        覆盖:
        getDate 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getDate

        public java.sql.Date getDate​(java.lang.String columnName)
                              throws java.sql.SQLException
        指定者:
        getDate 在接口中 java.sql.ResultSet
        覆盖:
        getDate 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getDouble

        public double getDouble​(int columnIndex)
                         throws java.sql.SQLException
        指定者:
        getDouble 在接口中 java.sql.ResultSet
        覆盖:
        getDouble 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getDouble

        public double getDouble​(java.lang.String columnName)
                         throws java.sql.SQLException
        指定者:
        getDouble 在接口中 java.sql.ResultSet
        覆盖:
        getDouble 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getFetchDirection

        public int getFetchDirection()
                              throws java.sql.SQLException
        指定者:
        getFetchDirection 在接口中 java.sql.ResultSet
        覆盖:
        getFetchDirection 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getFloat

        public float getFloat​(int columnIndex)
                       throws java.sql.SQLException
        指定者:
        getFloat 在接口中 java.sql.ResultSet
        覆盖:
        getFloat 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getFloat

        public float getFloat​(java.lang.String columnName)
                       throws java.sql.SQLException
        指定者:
        getFloat 在接口中 java.sql.ResultSet
        覆盖:
        getFloat 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getInt

        public int getInt​(int columnIndex)
                   throws java.sql.SQLException
        指定者:
        getInt 在接口中 java.sql.ResultSet
        覆盖:
        getInt 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getInt

        public int getInt​(java.lang.String columnName)
                   throws java.sql.SQLException
        指定者:
        getInt 在接口中 java.sql.ResultSet
        覆盖:
        getInt 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getLong

        public long getLong​(int columnIndex)
                     throws java.sql.SQLException
        指定者:
        getLong 在接口中 java.sql.ResultSet
        覆盖:
        getLong 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getLong

        public long getLong​(java.lang.String columnName)
                     throws java.sql.SQLException
        指定者:
        getLong 在接口中 java.sql.ResultSet
        覆盖:
        getLong 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getMetaData

        public java.sql.ResultSetMetaData getMetaData()
                                               throws java.sql.SQLException
        指定者:
        getMetaData 在接口中 java.sql.ResultSet
        覆盖:
        getMetaData 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • next

        public boolean next()
                     throws java.sql.SQLException
        指定者:
        next 在接口中 java.sql.ResultSet
        覆盖:
        next 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getObject

        public java.lang.Object getObject​(int columnIndex)
                                   throws java.sql.SQLException
        指定者:
        getObject 在接口中 java.sql.ResultSet
        覆盖:
        getObject 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getObject

        public java.lang.Object getObject​(java.lang.String columnName)
                                   throws java.sql.SQLException
        指定者:
        getObject 在接口中 java.sql.ResultSet
        覆盖:
        getObject 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getShort

        public short getShort​(int columnIndex)
                       throws java.sql.SQLException
        指定者:
        getShort 在接口中 java.sql.ResultSet
        覆盖:
        getShort 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getShort

        public short getShort​(java.lang.String columnName)
                       throws java.sql.SQLException
        指定者:
        getShort 在接口中 java.sql.ResultSet
        覆盖:
        getShort 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getStatement

        public java.sql.Statement getStatement()
                                        throws java.sql.SQLException
        指定者:
        getStatement 在接口中 java.sql.ResultSet
        覆盖:
        getStatement 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getString

        public java.lang.String getString​(int columnIndex)
                                   throws java.sql.SQLException
        指定者:
        getString 在接口中 java.sql.ResultSet
        覆盖:
        getString 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getString

        public java.lang.String getString​(java.lang.String columnName)
                                   throws java.sql.SQLException
        指定者:
        getString 在接口中 java.sql.ResultSet
        覆盖:
        getString 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getTime

        public java.sql.Time getTime​(int columnIndex)
                              throws java.sql.SQLException
        指定者:
        getTime 在接口中 java.sql.ResultSet
        覆盖:
        getTime 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getTime

        public java.sql.Time getTime​(java.lang.String columnName)
                              throws java.sql.SQLException
        指定者:
        getTime 在接口中 java.sql.ResultSet
        覆盖:
        getTime 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getType

        public int getType()
                    throws java.sql.SQLException
        指定者:
        getType 在接口中 java.sql.ResultSet
        覆盖:
        getType 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • getWarnings

        public java.sql.SQLWarning getWarnings()
                                        throws java.sql.SQLException
        指定者:
        getWarnings 在接口中 java.sql.ResultSet
        覆盖:
        getWarnings 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • isClosed

        public boolean isClosed()
                         throws java.sql.SQLException
        指定者:
        isClosed 在接口中 java.sql.ResultSet
        覆盖:
        isClosed 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException
      • wasNull

        public boolean wasNull()
                        throws java.sql.SQLException
        指定者:
        wasNull 在接口中 java.sql.ResultSet
        覆盖:
        wasNull 在类中 IoTDBQueryResultSet
        抛出:
        java.sql.SQLException