Package | Description |
---|---|
tech.ibit.mybatis.sqlbuilder.sql.support.impl |
Modifier and Type | Method and Description |
---|---|
ListField<IColumn> |
ColumnSupportImpl.getColumn()
获取列
|
ListField<JoinOn> |
JoinOnSupportImpl.getJoinOn()
Join on
|
ListField<SetItem> |
BaseSetSupportImpl.getSet()
获取设置内容
|
ListField<Table> |
BaseTableSupportImpl.getTable()
Gets the value of table
|
ListField<Object> |
ValuesSupportImpl.getValue()
获取值
|
ListField<Criteria> |
WhereSupportImpl.getWhere()
返回where条件
|
Constructor and Description |
---|
BaseSetSupportImpl(T sql,
ListField<SetItem> set)
构造函数
|
Copyright © 2020 IBIT程序猿. All rights reserved.