public class DMLSqlStructureImpl extends Object implements DMLSqlStructure
| 构造器和说明 |
|---|
DMLSqlStructureImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addSqlString(SqlString sql)
追加sql
|
BehaviorDescriptor |
getBehaviorDescriptor() |
SqlCondition |
getCondition() |
Collection<SqlString> |
getSqlStrings() |
WhereSqlString<?> |
getWhere() |
void |
insertSqlString(int index,
SqlString sqlString)
插入sql
|
void |
setBehaviorDescriptor(BehaviorDescriptor behaviorDescriptor) |
void |
setCondition(SqlCondition condition) |
void |
setWhere(WhereSqlString<?> where) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreOrderWheretoSqlString, toSqlStringpublic 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 WhereSqlString<?> getWhere()
getWhere 在接口中 SqlStructurepublic void setWhere(WhereSqlString<?> where)
setWhere 在接口中 SqlStructurepublic SqlCondition getCondition()
getCondition 在接口中 SqlStructurepublic void setCondition(SqlCondition condition)
setCondition 在接口中 SqlStructureCopyright © 2022. All rights reserved.