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