Class InsertIntoBuilder

java.lang.Object
io.github.torand.fastersql.statement.InsertIntoBuilder

public class InsertIntoBuilder extends Object
Builder of INSERT statements with an INTO clause.
  • Constructor Details

    • InsertIntoBuilder

      public InsertIntoBuilder()
      Creates an INSERT INTO builder.
  • Method Details

    • into

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