data property

Map<String, Expression<Object>> data
final

A map from column names to a value that should be inserted or updated.

See also:

Implementation

final Map<String, Expression> data;