expressions property

List<Expression> expressions
final

The expressions from a VALUES clause contributing to this column.

Essentially, each ValuesSelectColumn consists of a column in the values of a ValuesSelectStatement.

Implementation

final List<Expression> expressions;