select method

  1. @protected
View select(
  1. List<Expression<Object>> columns
)

The select method can be used in as to define the select query backing this view.

The select statement should select all columns defined on this view.

Implementation

@protected
View select(List<Expression> columns) => _isGenerated();