- java.lang.Object
-
- org.mybatis.dynamic.sql.SqlBuilder.InsertIntoNextStep
-
- Enclosing interface:
- SqlBuilder
public static class SqlBuilder.InsertIntoNextStep extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> GeneralInsertDSL.SetClauseFinisher<T>set(SqlColumn<T> column)InsertSelectDSL.SelectGathererwithColumnList(List<SqlColumn<?>> columns)InsertSelectDSL.SelectGathererwithColumnList(SqlColumn<?>... columns)InsertSelectDSLwithSelectStatement(Buildable<SelectModel> selectModelBuilder)
-
-
-
Method Detail
-
withSelectStatement
public InsertSelectDSL withSelectStatement(Buildable<SelectModel> selectModelBuilder)
-
withColumnList
public InsertSelectDSL.SelectGatherer withColumnList(SqlColumn<?>... columns)
-
withColumnList
public InsertSelectDSL.SelectGatherer withColumnList(List<SqlColumn<?>> columns)
-
set
public <T> GeneralInsertDSL.SetClauseFinisher<T> set(SqlColumn<T> column)
-
-