java.lang.Object
org.seasar.doma.jdbc.query.InsertRow
- All Implemented Interfaces:
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.
-
Constructor Summary
ConstructorsConstructorDescriptionInsertRow(List<QueryOperand> values) Constructs a newInsertRowwith the specified values. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
InsertRow
Constructs a newInsertRowwith the specified values.- Parameters:
values- the values for this insert row
-
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceIterable<QueryOperand>
-