@ -229,6 +229,12 @@ public class GenericTableMetaDataProvider implements TableMetaDataProvider {
return identifierNameToUse(tableName);
}
@Override
@Nullable
public String columnNameToUse(@Nullable String columnName) {
return identifierNameToUse(columnName);
public String catalogNameToUse(@Nullable String catalogName) {
@ -60,6 +60,14 @@ public interface TableMetaDataProvider {
String tableNameToUse(@Nullable String tableName);
/**
* Get the column name formatted based on meta-data information.
* <p>This could include altering the case.
* @since 6.1
*/
String columnNameToUse(@Nullable String columnName);
* Get the catalog name formatted based on meta-data information.