public abstract class VarNode extends Object implements SqlNode
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
varName
绑定变量名
|
protected Object |
varValue
绑定变量值
|
protected List<Object> |
varValues |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
bindVarValue(Object param) |
String |
getVarName() |
Object |
getVarValue() |
protected List<Object> |
getVarValues() |
boolean |
isVarNode() |
void |
removeVarValue() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddNode, addNode, addNodes, addNodes, asBoundSql, asBoundSql, asBoundSql, asBoundSql, asPreparedSql, bindSubsetVarValue, bindSubsetVarValue, bindSubsetVarValues, bindSubsetVarValues, clearSkippedSubs, containsVarName, copy, copy, getText, isContainerNode, isDynamicNode, isEmpty, isMixedNode, isSkipped, isTextNode, removeAllSubs, removeFirstSub, removeVarValue, replaceAllSubs, replaceFirstSub, skip, skipIfMissingVarValue, subset, visitSubset, visitSubsetWritablepublic VarNode(String varName)
public String getVarName()
getVarName 在接口中 SqlNodepublic void removeVarValue()
removeVarValue 在接口中 SqlNodepublic Object getVarValue()
getVarValue 在接口中 SqlNodepublic void bindVarValue(Object param)
bindVarValue 在接口中 SqlNodeCopyright © 2024 fossc. All rights reserved.