public class BindVariable extends Literal
Literalthat can be bound via PreparedStatementmethods._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, setDataTypegetAlias, setAlias, setName, setVariableContextclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAlias, setVariableContextpublic void clearBoundValue()
public boolean isBound()
public void setValue(java.lang.Object value)
public java.lang.String toString()
LiteralString representation of me, suitable for debugging
output.public java.lang.Object evaluate()
throws AxionException
evaluate in class LiteralAxionException