Class InsertBatchStatement<T>
java.lang.Object
io.github.torand.fastersql.statement.InsertBatchStatement<T>
- Type Parameters:
T
- the batch entity type.
- All Implemented Interfaces:
Sql
,PreparableStatement
Implements an INSERT statement for batch (multi-row) insertion.
-
Method Summary
Modifier and TypeMethodDescriptionGets the statement parameters introduced by this fragment.Formats object as an SQL fragment.toString()
Registers a column-value mapper.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.github.torand.fastersql.statement.PreparableStatement
aliasRefs, columnRefs, toString
-
Method Details
-
value
Registers a column-value mapper.- Parameters:
column
- the column.valueExtractor
- the value extractor.- Returns:
- the modified statement.
-
sql
Description copied from interface:Sql
Formats object as an SQL fragment. -
params
Description copied from interface:Sql
Gets the statement parameters introduced by this fragment. -
toString
-