Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
<T> SqlColumn<T> |
build() |
SqlColumn.Builder |
withJdbcType(JDBCType jdbcType) |
SqlColumn.Builder |
withName(String name) |
SqlColumn.Builder |
withTable(SqlTable table) |
SqlColumn.Builder |
withTypeHandler(String typeHandler) |
public SqlColumn.Builder withTable(SqlTable table)
public SqlColumn.Builder withName(String name)
public SqlColumn.Builder withJdbcType(JDBCType jdbcType)
public SqlColumn.Builder withTypeHandler(String typeHandler)
public <T> SqlColumn<T> build()
Copyright © 2016–2018 MyBatis.org. All rights reserved.