|
|
|
@ -60,6 +60,14 @@ public interface TableMetaDataProvider { |
|
|
|
@Nullable |
|
|
|
@Nullable |
|
|
|
String tableNameToUse(@Nullable String tableName); |
|
|
|
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 |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
@Nullable |
|
|
|
|
|
|
|
String columnNameToUse(@Nullable String columnName); |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Get the catalog name formatted based on meta-data information. |
|
|
|
* Get the catalog name formatted based on meta-data information. |
|
|
|
* <p>This could include altering the case. |
|
|
|
* <p>This could include altering the case. |
|
|
|
|