Class InsertRow

java.lang.Object
org.seasar.doma.jdbc.query.InsertRow
All Implemented Interfaces:
Iterable<QueryOperand>

public class InsertRow extends Object implements Iterable<QueryOperand>
Represents a row to be inserted in an INSERT statement.

This class holds a list of values for a single row in a batch or multi-row insert operation. It implements Iterable to allow iteration over the values in the row.