jet.formula
Class fText

java.lang.Object
  extended by jet.connect.DbValue
      extended by jet.connect.DbChar
          extended by jet.formula.fText

public class fText
extends DbChar


Field Summary
 
Fields inherited from class jet.connect.DbChar
value
 
Fields inherited from class jet.connect.DbValue
bNull, CHAR_DESC, CURRENCY_DESC, DATE_DESC, desc, DOUBLE_DESC, INTEGER_DESC, TIME_DESC
 
Constructor Summary
fText()
           
fText(DbColDesc desc)
           
fText(java.lang.String val)
           
 
Method Summary
 
Methods inherited from class jet.connect.DbChar
clone, compareTo, equals, get, getRaw, set, set, set, set, setRaw, setValue, toConvertString, toString
 
Methods inherited from class jet.connect.DbValue
equals, getColDesc, getPrecision, getScale, getSqlType, isCurrency, isNull, makeDbValue, setColDesc, setfoo, setNull, setValue
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

fText

public fText()

fText

public fText(java.lang.String val)

fText

public fText(DbColDesc desc)