Class InsertBatchIntoBuilder<T>
java.lang.Object
io.github.torand.fastersql.statement.InsertBatchIntoBuilder<T>
- Type Parameters:
T- the batch entity type.
Builder of INSERT (batch) statements with an INTO clause.
-
Method Summary
Modifier and TypeMethodDescriptionCreates an INSERT (batch) statement with specified INTO clause.
-
Method Details
-
into
Creates an INSERT (batch) statement with specified INTO clause.- Parameters:
table- the table to insert into.- Returns:
- the statement.
-