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
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withColumnAlias
(String columnAlias) withJdbcType
(JDBCType jdbcType) withTableQualifier
(String tableQualifier) withTypeHandler
(String typeHandler)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withName
-
withTableQualifier
-
withColumnAlias
-
withJdbcType
-
withTypeHandler
-
build
-