public Object extractValue(DbOutputStatement stmt, int pos) throws Exception { return stmt.getDateTime(pos); }
public Object extractValue(DbOutputStatement stmt, int pos) throws Exception { return new Integer(stmt.getLongInteger(pos)); }