接口 SqlRowSetMetaData

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型方法说明
      StringgetCatalogName​(int columnIndex)
      Retrieve the catalog name of the table that served as the source for the specified column.
      StringgetColumnClassName​(int columnIndex)
      Retrieve the fully qualified class that the specified column will be mapped to.
      intgetColumnCount()
      Retrieve the number of columns in the RowSet.
      intgetColumnDisplaySize​(int columnIndex)
      Retrieve the maximum width of the designated column.
      StringgetColumnLabel​(int columnIndex)
      Retrieve the suggested column title for the column specified.
      StringgetColumnName​(int columnIndex)
      Retrieve the column name for the indicated column.
      String[]getColumnNames()
      Return the column names of the table that the result set represents.
      intgetColumnType​(int columnIndex)
      Retrieve the SQL type code for the indicated column.
      StringgetColumnTypeName​(int columnIndex)
      Retrieve the DBMS-specific type name for the indicated column.
      intgetPrecision​(int columnIndex)
      Retrieve the precision for the indicated column.
      intgetScale​(int columnIndex)
      Retrieve the scale of the indicated column.
      StringgetSchemaName​(int columnIndex)
      Retrieve the schema name of the table that served as the source for the specified column.
      StringgetTableName​(int columnIndex)
      Retrieve the name of the table that served as the source for the specified column.
      booleanisCaseSensitive​(int columnIndex)
      Indicate whether the case of the designated column is significant.
      booleanisCurrency​(int columnIndex)
      Indicate whether the designated column contains a currency value.
      booleanisSigned​(int columnIndex)
      Indicate whether the designated column contains a signed number.