public class SqlTable extends Object
Modifier | Constructor and Description |
---|---|
protected |
SqlTable(String name) |
Modifier and Type | Method and Description |
---|---|
<T> SqlColumn<T> |
allColumns() |
<T> SqlColumn<T> |
column(String name) |
<T> SqlColumn<T> |
column(String name,
JDBCType jdbcType) |
<T> SqlColumn<T> |
column(String name,
JDBCType jdbcType,
String typeHandler) |
String |
name() |
static SqlTable |
of(String name) |
Copyright © 2016–2019 MyBatis.org. All rights reserved.