Interface InsertBuilder.InsertIntoColumnsAndValuesWithBuild
- All Superinterfaces:
InsertBuilder.BuildInsert, InsertBuilder.InsertIntoColumnsAndValues, InsertBuilder.InsertValues
- Enclosing interface:
InsertBuilder
public static interface InsertBuilder.InsertIntoColumnsAndValuesWithBuild
extends InsertBuilder.InsertIntoColumnsAndValues, InsertBuilder.InsertValues, InsertBuilder.BuildInsert
Interface exposing
value methods to add values to the INSERT statement and the build method.- Since:
- 1.1
- Author:
- Mark Paluch, Jens Schauder
-
Method Summary
Modifier and TypeMethodDescriptionvalue(Expression value) Add avalueto theVALUESlist.values(Collection<? extends Expression> values) Add one or morevaluesto theVALUESlist.values(Expression... values) Add one or morevaluesto theVALUESlist.Methods inherited from interface InsertBuilder.BuildInsert
buildMethods inherited from interface InsertBuilder.InsertIntoColumnsAndValues
column, columns, columns
-
Method Details
-
value
- Specified by:
valuein interfaceInsertBuilder.InsertValues- Parameters:
value- the value to use.- Returns:
thisbuilder.- See Also:
-
values
Add one or morevaluesto theVALUESlist. Calling this method multiple times will add avaluesmultiple times.- Specified by:
valuesin interfaceInsertBuilder.InsertValues- Parameters:
values- the values.- Returns:
thisbuilder.- See Also:
-
values
Add one or morevaluesto theVALUESlist. Calling this method multiple times will add avaluesmultiple times.- Specified by:
valuesin interfaceInsertBuilder.InsertValues- Parameters:
values- the values.- Returns:
thisbuilder.- See Also:
-