org.axiondb
Class BindVariable
java.lang.Object
org.axiondb.BaseSelectable
org.axiondb.Literal
org.axiondb.BindVariable
- All Implemented Interfaces:
- java.io.Serializable, Selectable
public class BindVariable
- extends Literal
A Literal
that can be bound via PreparedStatement
methods.
- Version:
- $Revision: 1.8 $ $Date: 2005/12/20 18:32:40 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
BindVariable
public BindVariable()
clearBoundValue
public void clearBoundValue()
isBound
public boolean isBound()
setValue
public void setValue(java.lang.Object value)
toString
public java.lang.String toString()
- Description copied from class:
Literal
- Returns a
String
representation of me, suitable for debugging
output.
- Overrides:
toString
in class Literal
evaluate
public java.lang.Object evaluate()
throws AxionException
- Overrides:
evaluate
in class Literal
- Throws:
AxionException