public class MultiRowInsertDSL.ColumnMappingFinisher<F> extends Object
Constructor and Description |
---|
ColumnMappingFinisher(SqlColumn<F> column) |
Modifier and Type | Method and Description |
---|---|
MultiRowInsertDSL<T> |
toConstant(String constant) |
MultiRowInsertDSL<T> |
toNull() |
MultiRowInsertDSL<T> |
toProperty(String property) |
MultiRowInsertDSL<T> |
toStringConstant(String constant) |
public MultiRowInsertDSL<T> toProperty(String property)
public MultiRowInsertDSL<T> toNull()
public MultiRowInsertDSL<T> toConstant(String constant)
public MultiRowInsertDSL<T> toStringConstant(String constant)
Copyright © 2016–2021 MyBatis.org. All rights reserved.