columns property

Map<String, Map<String, String>> columns
final

Old-to-new column names, grouped by the table's final physical name.

Implementation

final Map<String, Map<String, String>> columns;