public class BindVariable extends Literal
Literal
that can be bound via PreparedStatement
methods._hash
Constructor and Description |
---|
BindVariable() |
Modifier and Type | Method and Description |
---|---|
void |
clearBoundValue() |
java.lang.Object |
evaluate() |
boolean |
isBound() |
void |
setValue(java.lang.Object value) |
java.lang.String |
toString()
Returns a
String representation of me, suitable for debugging
output. |
equals, evaluate, getDataType, getLabel, getName, hashCode, setDataType
getAlias, setAlias, setName, setVariableContext
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAlias, setVariableContext
public void clearBoundValue()
public boolean isBound()
public void setValue(java.lang.Object value)
public java.lang.String toString()
Literal
String
representation of me, suitable for debugging
output.public java.lang.Object evaluate() throws AxionException
evaluate
in class Literal
AxionException