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