org.maverickdbms.basic
Interface Field
- All Superinterfaces:
- Variable
- public interface Field
- extends Variable
Field provides a representation of a MV type field.
close
public void close()
throws mvException
- Throws:
mvException
eval
public ConstantString eval(ConstantString key,
ConstantString record)
throws mvException
- Throws:
mvException
getDisplayFormatter
public Formatter getDisplayFormatter()
throws mvException
- Throws:
mvException
getDisplayName
public ConstantString getDisplayName()
throws mvException
- Throws:
mvException
getInputFormatter
public Formatter getInputFormatter()
throws mvException
- Throws:
mvException
getOutputFormatter
public Formatter getOutputFormatter()
throws mvException
- Throws:
mvException
getNext
public Field getNext()
setNext
public void setNext(Field field)