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, waitMethods inherited from interface io.github.torand.fastersql.statement.PreparableStatement
toStringMethods inherited from interface io.github.torand.fastersql.sql.Sql
aliasRefs, columnRefs
-
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:SqlFormats object as an SQL fragment. -
params
Description copied from interface:SqlGets the statement parameters introduced by this fragment. -
toString
-