public static class SqlBuilder.InsertIntoNextStep extends Object
Modifier and Type | Method and Description |
---|---|
<T> GeneralInsertDSL.SetClauseFinisher<T> |
set(SqlColumn<T> column) |
InsertSelectDSL.SelectGatherer |
withColumnList(List<SqlColumn<?>> columns) |
InsertSelectDSL.SelectGatherer |
withColumnList(SqlColumn<?>... columns) |
InsertSelectDSL |
withSelectStatement(Buildable<SelectModel> selectModelBuilder) |
public InsertSelectDSL withSelectStatement(Buildable<SelectModel> selectModelBuilder)
public InsertSelectDSL.SelectGatherer withColumnList(SqlColumn<?>... columns)
public InsertSelectDSL.SelectGatherer withColumnList(List<SqlColumn<?>> columns)
public <T> GeneralInsertDSL.SetClauseFinisher<T> set(SqlColumn<T> column)
Copyright © 2016–2021 MyBatis.org. All rights reserved.