public interface SqlStructure
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addSqlString(SqlString sql)
追加sql
|
BehaviorDescriptor |
getBehaviorDescriptor() |
SqlCondition |
getCondition() |
Collection<SqlString> |
getSqlStrings() |
WhereSqlString<?> |
getWhere() |
void |
insertSqlString(int index,
SqlString sqlString)
插入sql
|
void |
reOrderWhere()
重排序
|
void |
setBehaviorDescriptor(BehaviorDescriptor behaviorDescriptor) |
void |
setCondition(SqlCondition condition) |
void |
setWhere(WhereSqlString<?> where) |
default String |
toSqlString() |
default String |
toSqlString(Case charCase) |
void setBehaviorDescriptor(BehaviorDescriptor behaviorDescriptor)
BehaviorDescriptor getBehaviorDescriptor()
void addSqlString(SqlString sql)
sql - sqlvoid insertSqlString(int index,
SqlString sqlString)
index - 指定位置sqlString - sqlCollection<SqlString> getSqlStrings()
WhereSqlString<?> getWhere()
void setWhere(WhereSqlString<?> where)
void reOrderWhere()
default String toSqlString()
SqlCondition getCondition()
void setCondition(SqlCondition condition)
Copyright © 2022. All rights reserved.