Interface InsertBuilder
public interface InsertBuilder
Entry point to construct an
Insert statement.- Since:
- 1.1
- Author:
- Mark Paluch, Jens Schauder
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInterface exposing theInsertbuild method.static interfaceInterface exposingWHEREmethods.static interfaceInterface exposingvaluemethods to add values to theINSERTstatement and the build method.static interfaceInterface exposingvaluemethods to add values to theINSERTstatement.static interfaceInterface exposingvaluemethods to add values to theINSERTstatement and the build method. -
Method Summary
-
Method Details
-
into
Declare aTabletoINSERT INTO.- Parameters:
table- the table toINSERT INTOmust not be null.- Returns:
thisbuilder.- See Also:
-