values property

List<DBValue> values
final

The indexed field value tuple (each a DBValue, possibly DBNull). For a range sentinel this holds only the fixed prefix.

Implementation

final List<DBValue> values;