org.axiondb

Interface Selectable

public interface Selectable extends Serializable

An abstraction of objects that can be selected from (a row in) the database.

Version: $Revision: 1.9 $ $Date: 2005/12/22 09:02:30 $

Author: Rodney Waldhoff Chuck Burdick Ahimanikya Satapathy

Method Summary
Objectevaluate(RowDecorator row)
StringgetAlias()
DataTypegetDataType()
StringgetLabel()
StringgetName()
voidsetVariableContext(VariableContext context)

Method Detail

evaluate

public Object evaluate(RowDecorator row)

getAlias

public String getAlias()

getDataType

public DataType getDataType()

getLabel

public String getLabel()

getName

public String getName()

setVariableContext

public void setVariableContext(VariableContext context)