Class InsertBatchIntoBuilder<T>

java.lang.Object
io.github.torand.fastersql.statement.InsertBatchIntoBuilder<T>
Type Parameters:
T - the batch entity type.

public class InsertBatchIntoBuilder<T> extends Object
Builder of INSERT (batch) statements with an INTO clause.
  • Method Details

    • into

      public InsertBatchStatement<? extends T> into(Table<?> table)
      Creates an INSERT (batch) statement with specified INTO clause.
      Parameters:
      table - the table to insert into.
      Returns:
      the statement.