log.info("Encountered unexpected exception while attempting to "
+ "determine if catalogs are used in table definitions");
}
try
{
useSchema = md.supportsSchemasInTableDefinitions();
}
catch (SQLException e)
{
log.info("Encountered unexpected exception while attempting to "
+ "determine if schemas are used in table definitions");