public class DQLSqlStructureImpl extends Object implements DQLSqlStructure
| 构造器和说明 |
|---|
DQLSqlStructureImpl() |
DQLSqlStructureImpl(BehaviorDescriptor behaviorDescriptor) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addSqlString(SqlString sql)
追加sql
|
BehaviorDescriptor |
getBehaviorDescriptor() |
SqlCondition |
getCondition() |
FromSqlString |
getFrom() |
OrderBySqlString |
getOrderBy() |
Collection<SqlString> |
getSqlStrings() |
WhereSqlString<?> |
getWhere() |
void |
insertSqlString(int index,
SqlString sqlString)
插入sql
|
void |
reOrderWhere()
重排序
|
void |
setBehaviorDescriptor(BehaviorDescriptor behaviorDescriptor) |
void |
setCondition(SqlCondition condition) |
void |
setFromSqlString(FromSqlString fromSqlString) |
void |
setOrderBy(OrderBySqlString orderBy) |
void |
setWhere(WhereSqlString<?> where) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoSqlString, toSqlStringpublic DQLSqlStructureImpl()
public DQLSqlStructureImpl(BehaviorDescriptor behaviorDescriptor)
public void setBehaviorDescriptor(BehaviorDescriptor behaviorDescriptor)
setBehaviorDescriptor 在接口中 SqlStructurepublic BehaviorDescriptor getBehaviorDescriptor()
getBehaviorDescriptor 在接口中 SqlStructurepublic void addSqlString(SqlString sql)
SqlStructureaddSqlString 在接口中 SqlStructuresql - sqlpublic void insertSqlString(int index,
SqlString sqlString)
SqlStructureinsertSqlString 在接口中 SqlStructureindex - 指定位置sqlString - sqlpublic Collection<SqlString> getSqlStrings()
getSqlStrings 在接口中 SqlStructurepublic FromSqlString getFrom()
getFrom 在接口中 DQLSqlStructurepublic void setFromSqlString(FromSqlString fromSqlString)
setFromSqlString 在接口中 DQLSqlStructurepublic WhereSqlString<?> getWhere()
getWhere 在接口中 SqlStructurepublic void setWhere(WhereSqlString<?> where)
setWhere 在接口中 SqlStructurepublic OrderBySqlString getOrderBy()
getOrderBy 在接口中 DQLSqlStructurepublic void setOrderBy(OrderBySqlString orderBy)
setOrderBy 在接口中 DQLSqlStructurepublic void reOrderWhere()
SqlStructurereOrderWhere 在接口中 SqlStructurepublic SqlCondition getCondition()
getCondition 在接口中 SqlStructurepublic void setCondition(SqlCondition condition)
setCondition 在接口中 SqlStructureCopyright © 2022. All rights reserved.