columns property

List<ColumnMeta> columns
final

Columns flattened into the parent table. The SQL names are taken as-is (or prefixed, see prefix).

Implementation

final List<ColumnMeta> columns;