クラス OutboundRow

java.lang.ObjectSE
org.springframework.data.r2dbc.mapping.OutboundRow
実装されたすべてのインターフェース:
CloneableSEMapSE<SqlIdentifier,Parameter>

public class OutboundRow extends ObjectSE implements MapSE<SqlIdentifier,Parameter>, CloneableSE
INSERT または UPDATE ステートメントによって書き込まれる Row の表現。行キーは SqlIdentifier として表されます。StringSE キー名は、エントリの追加またはクエリ時に unquoted identifiers に変換されます。
作成者:
Mark Paluch
関連事項: