Class OutboundRow

java.lang.Object
org.springframework.data.r2dbc.mapping.OutboundRow
All Implemented Interfaces:
Cloneable, Map<SqlIdentifier,Parameter>

public class OutboundRow extends Object implements Map<SqlIdentifier,Parameter>, Cloneable
Representation of a Row to be written through a INSERT or UPDATE statement. Row keys are represented as SqlIdentifier. String key names are translated to unquoted identifiers when adding or querying for entries.
Author:
Mark Paluch
See Also: