| Package | Description |
|---|---|
| jet.connect | |
| jet.datastream | |
| jet.formula |
| Modifier and Type | Field and Description |
|---|---|
static DbColDesc |
DbValue.BIGINT_DESC |
static DbColDesc |
DbValue.CHAR_DESC
An example value for SQL_CHAR indicates the
significant information, which is only available for report example value.
|
static DbColDesc |
DbValue.CURRENCY_DESC
An example value for CURRENCY DbColDesc indicates the
significant information, which is only available for report example value.
|
static DbColDesc |
DbValue.DATE_DESC
An example value for SQL_DATE indicates the
significant information, which is only available for report example value.
|
DbColDesc |
DbValue.desc
Deprecated.
|
static DbColDesc |
DbValue.DOUBLE_DESC
An example value for SQL_DOUBLE indicates the
significant information, which is only available for report example value.
|
static DbColDesc |
DbValue.INTEGER_DESC
An example value for SQL_INTEGER indicates the
significant information, which is only available for report example value.
|
static DbColDesc |
DbValue.TIME_DESC
An example value for SQL_TIME indicates the
significant information, which is only available for report example value.
|
| Modifier and Type | Method and Description |
|---|---|
DbColDesc |
DbValue.getColDesc()
Returns the column description and attributes.
|
| Modifier and Type | Method and Description |
|---|---|
DbValue |
Record.getCell(DbColDesc desc)
Gets a cell by the column description.
|
static DbValue |
DbValue.makeDbValue(DbColDesc desc)
A factory pattern method to create the DbValue by the description of the column.
|
void |
Record.refresh(DbColDesc desc)
Refreshes data in this record accoring to the data in the buffer.
|
void |
DbValue.setColDesc(DbColDesc desc)
Sets the column description and attributes.
|
boolean |
DbColDesc.typeEquals(DbColDesc colDesc)
Equality compared by the values of two DbColDesc objects.
|
void |
Record.update(DbColDesc desc)
Updates data in the buffer according to the data in this record.
|
| Constructor and Description |
|---|
DbBigInt(DbColDesc desc)
Constructs an uninitialized
DbBigInt. |
DbBinary(DbColDesc desc)
Constructs an uninitialized
DbBinary. |
DbBit(DbColDesc desc)
Constructs an uninitialized
DbBit. |
DbChar(DbColDesc desc)
Constructs an uninitialized
DbChar. |
DbColDesc(DbColDesc desc)
Constructs an initialized DbColDesc.
|
DbDate(DbColDesc desc)
Constructs an uninitialized
DbDate. |
DbDateTime(DbColDesc desc)
Constructs an uninitialized
DbDateTime. |
DbDecimal(DbColDesc desc)
Constructs an uninitialized
DbDecimal. |
DbDouble(DbColDesc desc)
Constructs an uninitialized
DbDouble. |
DbInteger(DbColDesc desc)
Constructs an uninitialized
DbInteger. |
DbNumber(DbColDesc desc)
Constructs an uninitialized
DbNumber. |
DbReal(DbColDesc desc)
Constructs an uninitialized
DbReal. |
DbSmallInt(DbColDesc desc)
Constructs an uninitialized
DbSmallInt. |
DbTime(DbColDesc desc)
Constructs an uninitialized
DbTime. |
DbTimestamp(DbColDesc desc)
Constructs an uninitialized
DbTimestamp. |
DbTinyInt(DbColDesc desc)
Constructs an uninitialized
DbTinyInt. |
DbValue(DbColDesc desc)
Common constructor for a DbValue.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
Communicator.getIndexColumn(DbColDesc coldesc)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DbColDesc |
ParamDesc.getColDesc() |
DbColDesc |
ParamDesc.getShowColDesc() |
| Modifier and Type | Method and Description |
|---|---|
static fArray |
fArray.getInstance(int dataType,
DbColDesc desc)
This method is called by Logi Report internally.
|
void |
ParamDesc.setShowColDesc(DbColDesc dcd) |
| Constructor and Description |
|---|
fCurrency(DbColDesc desc) |
fImage(DbColDesc desc) |
fRequest(DbColDesc dbColDesc) |
fResponse(DbColDesc dbColDesc) |
fText(DbColDesc desc) |
© insightsoftware. All rights reserved.