getCatalogName 得到目录名
getScale 得到数值范围 如Decimal(10,5),后面的5就是scale

解决方案 »

  1.   

    getCatalogName     Gets the designated column's table's catalog name. getScale(int column)     Gets the designated column's number of digits to right of the decimal point.getSchemaName        Get the designated column's table's schema我看没有啥问题
      

  2.   

    数据库中什么叫目录名(catalog name)和计划名(SchemaName)?
      

  3.   

    通过ResultSetMetaData能获得主表字段是和次表中那个字段相关联吗?不能的话怎么办?