Package org.mybatis.dynamic.sql.insert
Class GeneralInsertDSL.SetClauseFinisher<T>
java.lang.Object
org.mybatis.dynamic.sql.insert.GeneralInsertDSL.SetClauseFinisher<T>
- Enclosing class:
GeneralInsertDSL
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoConstant(String constant) toNull()toStringConstant(String constant) toValueOrNull(@Nullable T value) toValueOrNull(Supplier<@Nullable T> valueSupplier) toValueWhenPresent(@Nullable T value) toValueWhenPresent(Supplier<@Nullable T> valueSupplier)
-
Constructor Details
-
SetClauseFinisher
-
-
Method Details
-
toNull
-
toConstant
-
toStringConstant
-
toValue
-
toValue
-
toValueOrNull
-
toValueOrNull
-
toValueWhenPresent
-
toValueWhenPresent
-