Package org.mybatis.dynamic.sql
Class DerivedColumn.Builder<T>
java.lang.Object
org.mybatis.dynamic.sql.DerivedColumn.Builder<T>
- Enclosing class:
DerivedColumn<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withColumnAlias(String columnAlias) withJdbcType(@Nullable JDBCType jdbcType) withTableQualifier(@Nullable String tableQualifier) withTypeHandler(@Nullable String typeHandler)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withName
-
withTableQualifier
-
withColumnAlias
-
withJdbcType
-
withTypeHandler
-
build
-