org.axiondb
Class SequenceEvaluator
java.lang.Object
org.axiondb.SequenceEvaluator
- All Implemented Interfaces:
- Serializable, Selectable
public class SequenceEvaluator
- extends Object
- implements Selectable
- Version:
- $Revision: 1.12 $ $Date: 2005/12/22 09:02:30 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CURRVAL
public static final String CURRVAL
- See Also:
- Constant Field Values
NEXTVAL
public static final String NEXTVAL
- See Also:
- Constant Field Values
SequenceEvaluator
public SequenceEvaluator(Sequence seq,
String method)
throws AxionException
- Throws:
AxionException
evaluate
public Object evaluate(RowDecorator row)
throws AxionException
- Specified by:
evaluate
in interface Selectable
- Throws:
AxionException
getAlias
public String getAlias()
- Specified by:
getAlias
in interface Selectable
setAlias
public void setAlias(String alias)
getDataType
public DataType getDataType()
- Specified by:
getDataType
in interface Selectable
getLabel
public String getLabel()
- Specified by:
getLabel
in interface Selectable
getName
public String getName()
- Specified by:
getName
in interface Selectable
setVariableContext
public void setVariableContext(VariableContext ctx)
- Specified by:
setVariableContext
in interface Selectable