Table.qualify(catalog, schema, table)+query.toString(), null);
}
};
} catch (SQLException e) {
throw getSQLExceptionConverter().convert(e, "Error while reading column meta data for " + Table.qualify(catalog, schema, table)+query.toString(), null);
}
}