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