| Package | Description |
|---|---|
| jet.connect | |
| jet.controls | |
| jet.datastream | |
| jet.formula |
| Modifier and Type | Class and Description |
|---|---|
class |
DbBigInt
The
DbBigInt class wraps a value of the primitive type long in an object. |
class |
DbBinary
The
DbBinary class wraps an array of primitive type byte
in an object. |
class |
DbBit
The
DbBit class wraps a value of primitive type boolean
in an object. |
class |
DbChar
The
DbChar class represents character strings. |
class |
DbDate
The
DbDate class wraps a value of primitive type long
in an object. |
class |
DbDateTime
The super class of DbDate, DbTime, and DbTimestamp.
|
class |
DbDecimal
The
DbDecimal class wraps a value of the type BigDecimal in an object. |
class |
DbDouble
The
DbDouble class wraps a value of the primitive type double in an object. |
class |
DbInteger
The
DbInteger class wraps a value of the primitive type int in an object. |
class |
DbNumber
The super class of all number types.
|
class |
DbReal
The
DbReal class wraps a value of the primitive type float in an object. |
class |
DbSmallInt
The
DbSmallInt class wraps a value of the primitive type short in an object. |
class |
DbTime
The
DbTime class wraps a value of primitive type long
in an object. |
class |
DbTimestamp
A thin wrapper around SQL
TIMESTAMP value. |
class |
DbTinyInt
The
DbTinyInt class wraps a value of the primitive type byte in an object. |
| Modifier and Type | Method and Description |
|---|---|
DbValue |
Record.getCell(DbColDesc desc)
Gets a cell by the column description.
|
DbValue |
Record.getCell(int i)
Gets a cell at the index.
|
DbValue |
Record.getCell(String name)
Gets a cell by the cell name.
|
DbValue[] |
Record.getValueArray()
Gets all values that belong to the record by DbValue array.
|
static DbValue |
DbValue.makeDbValue(DbColDesc desc)
A factory pattern method to create the DbValue by the description of the column.
|
DbValue[] |
Groupable.peekGroupValues(int leafIndex,
int depth) |
| Modifier and Type | Method and Description |
|---|---|
int |
DbValue.compareTo(DbValue v)
Compares with the DbValue object.
|
int |
DbBinary.compareTo(DbValue v,
boolean matchSQL)
Compares this
DbBinary object with the DbValue object. |
int |
DbBit.compareTo(DbValue v,
boolean matchSQL)
Compares this
DbBit object with the DbValue object. |
int |
DbChar.compareTo(DbValue v,
boolean matchSQL)
Compares this
DbChar object with the DbValue object. |
int |
DbDateTime.compareTo(DbValue v,
boolean matchSQL)
Compares this
DbDateTime object with the DbValue object. |
int |
DbNumber.compareTo(DbValue v,
boolean matchSQL) |
int |
DbTimestamp.compareTo(DbValue v,
boolean matchSQL)
Compares this
DbTimestamp object with the DbValue object. |
abstract int |
DbValue.compareTo(DbValue v,
boolean matchSQL)
Compares with the DbValue object.
|
boolean |
DbBinary.equals(DbValue v)
Compares this object to the specified object.
|
boolean |
DbBit.equals(DbValue v)
Compares this object to the specified object.
|
boolean |
DbChar.equals(DbValue v)
Compares this object to the specified object.
|
boolean |
DbDateTime.equals(DbValue v)
Compares this object to the specified object.
|
boolean |
DbNumber.equals(DbValue v)
Compares this object to the specified object.
|
boolean |
DbTimestamp.equals(DbValue v)
Compares this object to the specified object.
|
abstract boolean |
DbValue.equals(DbValue v)
Determines if another DbValue object is of
equal value as this DbValue Object.
|
void |
DbBinary.set(DbValue v)
Sets a newly allocated
DbBinary object that
represents the byte array value indicated by the
DbValue parameter. |
void |
DbBit.set(DbValue v)
Sets a newly allocated
DbBit object that
represents the boolean value indicated by the
DbValue parameter. |
void |
DbChar.set(DbValue v)
Sets a newly allocated
DbChar object that
represents the String value indicated by the
DbValue parameter. |
void |
DbDateTime.set(DbValue v)
Sets a newly allocated
DbDateTime object that
represents the long value indicated by the
DbValue parameter. |
void |
DbNumber.set(DbValue v)
Sets a newly allocated
DbNumber object that
represents the value indicated by the
DbValue parameter. |
void |
DbTimestamp.set(DbValue v)
Sets a newly allocated
DbTimestamp object that
represents the the long date value and int time value indicated by the
DbValue parameter. |
abstract void |
DbValue.set(DbValue v)
Sets the value with DbValue.
|
void |
DbValue.setfoo(DbValue v)
Deprecated.
|
void |
DbValue.setValue(DbValue v)
A short cut and uniform method for setting DbValue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JetString.set(DbValue thevalue)
Sets normal value via String.ValueOf(thevalue).
|
| Modifier and Type | Method and Description |
|---|---|
DbValue |
JRObjectResult.getDbValue(String name,
Record record)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JRVisiableResult.addCompLevelValue(String name,
DbValue value)
Deprecated.
|
InputStream |
Communicator.getIndexPages(DbValue value)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
fArray
This class and its subclasses implement the array data type in formula or
represent a multiple-value parameter.
|
class |
fBinaryArray |
class |
fBoolArray
The internal representative of the boolean array data type of the JetReport Formula.
|
class |
fBoolRange
The internal representative of the boolean range data type of the JetReport Formula.
|
class |
fCurArray
The internal representative of the currency range data type of the JetReport Formula.
|
class |
fCurRange
The internal representative of the currency range data type of the JetReport Formula.
|
class |
fCurrency
The internal representative of the currency data type of the Logi Report Formula.
|
class |
fDateArray
The internal representative of the number array data type of the JetReport Formula.
|
class |
fDateRange
The internal representative of the date range data type of the JetReport Formula.
|
class |
fDateTimeArray
The internal representative of the number array data type of the JetReport Formula.
|
class |
fDateTimeRange
The internal representative of the datetime range data type of the JetReport Formula.
|
class |
fImage
Represents the image data type of Logi Report formula.
|
class |
fImageArray |
class |
fIntArray |
class |
fIntRange
The internal representative of the integer range data type of the JetReport Formula.
|
class |
fJsonArray
Implementing the JsonArray data type of formula
|
class |
fJsonObject |
class |
jet.formula.fJsonStructure |
class |
fNumArray
The internal representative of the number array data type of the JetReport Formula.
|
class |
fNumRange
The internal representative of the number range data type of the JetReport Formula.
|
class |
fRange
Range is a special data type of formula variable which is mainly used to
specify the index of the sub-array of an array.
|
class |
fRequest
Implementing the Request data type of formula
|
class |
fResponse
Implementing the Response data type of formula
|
class |
fStrArray
The internal representative of the string array data type of the JetReport Formula.
|
class |
fStrRange
The internal representative of the string range data type of the JetReport Formula.
|
class |
fText
Represents the longString data type of Logi Report formula.
|
class |
fTextArray |
class |
fTimeArray |
class |
fTimeRange
The internal representative of the time range data type of the JetReport Formula.
|
| Modifier and Type | Field and Description |
|---|---|
DbValue[] |
fArray.value
The array elements are held here.
|
| Modifier and Type | Method and Description |
|---|---|
DbValue[] |
fArray.get() |
DbValue |
fDbField.getDBField(Record rec) |
DbValue |
fDbField.getDBField(Record rec,
jet.formula.JavaFormula jf) |
DbValue |
ParamDesc.getDynamicValue(long dynamicValue,
Locale local)
Gets a dynamic value[Date, Time, DateTime] base on a dynamic
template and input the long time, and the local.
|
DbValue |
ParamDesc.getInitialValue() |
DbValue |
ParamDesc.getShowValue(boolean needNLS,
Locale l)
Return the show value of current parameter value.
|
DbValue |
ParamDesc.getValue()
Returns the current value of the parameter.
|
DbValue |
ParamDesc.getValueWithContraint()
mainly for FS165419
|
DbValue |
ParamDesc.parseInternalValue(String inValue)
Checks whether the internal string (saved in the catalog) is OK.
|
DbValue |
ParamDesc.parseValue(String val,
Locale locale,
boolean isExternal) |
DbValue |
ParamDesc.parseValue(String val,
Locale locale,
TimeZone z,
boolean isExternal) |
| Modifier and Type | Method and Description |
|---|---|
int |
fArray.compareTo(DbValue dbv)
Overrides the same method of
jet.connect.DbValue. |
int |
fArray.compareTo(DbValue dbv,
boolean matchSQL) |
int |
fRequest.compareTo(DbValue v,
boolean matchSQL) |
int |
fResponse.compareTo(DbValue v,
boolean matchSQL) |
boolean |
fArray.equals(DbValue dbv)
Checks whether the two fArrays are the same.
We don't care if the two fArrays are with the same hashCode. |
boolean |
fRequest.equals(DbValue v) |
boolean |
fResponse.equals(DbValue v) |
String |
ParamDesc.format(DbValue v,
String pattern,
Locale l,
TimeZone z)
FeatureImplement #118058 FeatureImplement_NLS enhancement
|
String |
ParamDesc.getDisplayValue(DbValue paramvalue,
Locale locale)
Gets the display string based on the locale of the string saved in the catalog.
|
String |
ParamDesc.getDisplayValue(DbValue paramvalue,
Locale locale,
TimeZone z) |
String |
ParamDesc.getShowValue(DbValue paramvalue,
Locale locale,
TimeZone z) |
void |
fArray.set(DbValue dbv)
If there is another fArray object, all of its status can be copied
to this one, including
value, bNull and isAll. |
void |
fRequest.set(DbValue v) |
void |
fResponse.set(DbValue v) |
void |
ParamDesc.set(DbValue v) |
void |
fArray.set(DbValue[] value)
After calling this method, the
value attribute will be
replaced by the argument array. |
void |
fDbField.setArrayValue(DbValue theval) |
void |
ParamDesc.setInitialValue(DbValue initialVal) |
String |
ParamDesc.setValue(DbValue val,
Locale locale)
Sets the user input value, and returns the display value based on the locale.
|
String |
ParamDesc.setValue(DbValue val,
Locale locale,
boolean addValue) |
void |
ParamDesc.setValues(Vector vStrValue,
Locale locale,
DbValue currentValue) |
| Constructor and Description |
|---|
fBoolRange(DbValue[] val,
boolean b) |
fBoolRange(DbValue end,
DbValue begin) |
fCurRange(DbValue[] val,
boolean b) |
fCurRange(DbValue end,
DbValue begin) |
fDateRange(DbValue[] val,
boolean b) |
fDateRange(DbValue end,
DbValue begin) |
fDateTimeRange(DbValue[] val,
boolean b) |
fDateTimeRange(DbValue end,
DbValue begin) |
fIntRange(DbValue[] val,
boolean b) |
fIntRange(DbValue end,
DbValue begin) |
fNumRange(DbValue[] val,
boolean b) |
fNumRange(DbValue end,
DbValue begin) |
fRange(DbValue[] val,
boolean b) |
fRange(DbValue end,
DbValue begin)
The bNull remains true after calling this method.
|
fStrRange(DbValue[] val,
boolean b) |
fStrRange(DbValue end,
DbValue begin) |
fTimeRange(DbValue[] val,
boolean b) |
fTimeRange(DbValue end,
DbValue begin) |
© insightsoftware. All rights reserved.