columns property

List<String> columns
final

The names the expression exposes, which override whatever the query projects. Required for MssqlCte.recursive and optional otherwise.

Implementation

final List<String> columns;