System.out.println(" <Name>" + rat.GetNameOfCol(col) + "</Name>");
System.out.println(" <Type>" + rat.GetTypeOfCol(col) + "</Type>");
System.out.println(" <Usage>" + rat.GetUsageOfCol(col) + "</Usage>");
System.out.println(" </FieldDefn>");
}
int rowCount = rat.GetRowCount();
for(int row=0;row<rowCount;row++)
{
System.out.println(" <Row index=\"" + row + "\">");
for(int col=0;col<colCount;col++)
{