jet.formula
Class fText

java.lang.Object
  extended by jet.connect.DbValue
      extended by jet.connect.DbChar
          extended by jet.formula.fText
All Implemented Interfaces:
jet.util.DbValueable, jet.util.QuickSortableNode

public class fText
extends DbChar

Represents the longString data type of JReport formula. The corresponding SQL type is java.sql.Types.LONGVARCHAR.


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
 
Fields inherited from interface jet.util.DbValueable
EQUAL, GREATER, LESS
 
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, toStringValue
 
Methods inherited from class jet.connect.DbValue
compareTo, compareTo, 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)