|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jet.connect.DbValue jet.connect.DbChar jet.formula.fText
public class fText
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 |
---|
public fText()
public fText(java.lang.String val)
public fText(DbColDesc desc)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |