| 构造器和说明 |
|---|
DynamicNode(String varName) |
| 限定符和类型 | 方法和说明 |
|---|---|
BoundSql |
asBoundSql(VarNameGenerator generator,
String openVarToken,
String closeVarToken) |
PreparedSql |
asPreparedSql() |
DynamicNode |
clone() |
DynamicNode |
copy() |
DynamicNode |
copy(boolean withVarValue) |
boolean |
isDynamicNode() |
bindVarValue, getVarName, getVarValue, getVarValues, isVarNode, removeVarValue, toStringaddNode, addNode, addNodes, addNodes, asBoundSql, asBoundSql, asBoundSql, bindSubsetVarValue, bindSubsetVarValue, bindSubsetVarValues, bindSubsetVarValues, clearSkippedSubs, containsVarName, getText, isContainerNode, isEmpty, isMixedNode, isSkipped, isTextNode, removeAllSubs, removeFirstSub, removeVarValue, replaceAllSubs, replaceFirstSub, skip, skipIfMissingVarValue, subset, visitSubset, visitSubsetWritablepublic DynamicNode(String varName)
public PreparedSql asPreparedSql()
asPreparedSql 在接口中 SqlNodepublic BoundSql asBoundSql(VarNameGenerator generator, String openVarToken, String closeVarToken)
asBoundSql 在接口中 SqlNodepublic boolean isDynamicNode()
isDynamicNode 在接口中 SqlNodepublic DynamicNode copy()
public DynamicNode copy(boolean withVarValue)
public DynamicNode clone()
Copyright © 2025 fossc. All rights reserved.