Class InsertIntoBuilder
java.lang.Object
io.github.torand.fastersql.statement.InsertIntoBuilder
Builder of INSERT statements with an INTO clause.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates an INSERT statement with specified INTO clause.
-
Constructor Details
-
InsertIntoBuilder
public InsertIntoBuilder()Creates an INSERT INTO builder.
-
-
Method Details
-
into
Creates an INSERT statement with specified INTO clause.- Parameters:
table
- the table to insert into.- Returns:
- the statement.
-