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