row[icolumn_name] = column.getName().name;
row[idata_type] = ValuePool.getInt(type.getJDBCTypeCode());
row[itype_name] = type.getNameString();
row[icolumn_size] = ValuePool.getInt(type.getJDBCPrecision());
row[ibuffer_length] = null;
row[idecimal_digits] = type.acceptsScale()
? ValuePool.getInt(type.getJDBCScale())
: null;
row[ipseudo_column] = pseudo;
row[itable_cat] = tableCatalog;
row[itable_schem] = tableSchema;