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