long schemaid = stmt.columnLong(0);
String schemarepr = stmt.columnString(1);
String schemasrcdescription = stmt.columnString(2);
long fid = stmt.columnLong(3);
long typeid = stmt.columnLong(4);
long crawlid = stmt.columnLong(5);
String fname = stmt.columnString(6);
String owner = stmt.columnString(7);
String groupowner = stmt.columnString(8);
String permissions = stmt.columnString(9);
long size = stmt.columnLong(10);