jet.formula
Class fDbField

java.lang.Object
  extended by jet.formula.fDbField

public class fDbField
extends java.lang.Object


Constructor Summary
fDbField(java.lang.String fieldname, int type)
           
 
Method Summary
 java.lang.Object clone()
           
 DbValue getDBField(Record rec)
           
 DbValue getDBField(Record rec, JavaFormula jf)
           
 void setArrayValue(DbValue theval)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

fDbField

public fDbField(java.lang.String fieldname,
                int type)
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object

getDBField

public DbValue getDBField(Record rec)

getDBField

public DbValue getDBField(Record rec,
                          JavaFormula jf)

setArrayValue

public void setArrayValue(DbValue theval)