identifier = stmt.columnString(0);
path = stmt.columnString(1);
fname = stmt.columnString(2);
}
} finally {
stmt.dispose();
}
stmt = db.prepare("SELECT Schemas.schemaid, Schemas.schemarepr, Schemas.schemasrcdescription, Schemas.schemapayload FROM Schemas, SchemaGuesses WHERE SchemaGuesses.fid = ? AND SchemaGuesses.schemaid = Schemas.schemaid");
try {
List<String> schemaReprs = new ArrayList<String>();
List<String> schemaDescs = new ArrayList<String>();