org.axiondb
Class BindVariable
java.lang.Object
org.axiondb.NamedIdentifier
org.axiondb.Literal
org.axiondb.BindVariable
- All Implemented Interfaces:
- Selectable, Serializable
- public class BindVariable
- extends Literal
A Literal
that can be bound via PreparedStatement
methods.
- Version:
- $Revision: 1.7 $ $Date: 2004/09/09 23:47:45 $
- See Also:
- Serialized Form
Methods inherited from class org.axiondb.Literal |
equals, evaluate, evaluate, getAlias, getDataType, getLabel, getName, hashCode, setAlias, setDataType, setVariableContext |
BindVariable
public BindVariable()
clearBoundValue
public void clearBoundValue()
isBound
public boolean isBound()
setValue
public void setValue(Object obj)
- Overrides:
setValue
in class Literal
toString
public String toString()
- Description copied from class:
Literal
- Returns a
String
representation of me, suitable for debugging
output.
- Overrides:
toString
in class Literal
getValue
protected Object getValue()
throws AxionException
- Overrides:
getValue
in class Literal
- Throws:
AxionException