| Package | Description |
|---|---|
| com.stimulsoft.report.dictionary.data |
| Modifier and Type | Class and Description |
|---|---|
class |
StiBigDecimalDataCell |
class |
StiBooleanDataCell |
class |
StiBytesDataCell |
class |
StiClobDataCell |
class |
StiDateDataCell
Copyright Stimulsoft
|
class |
StiDBNullCell
Copyright Stimulsoft
|
class |
StiDoubleDataCell |
class |
StiIntegerDataCell
Copyright Stimulsoft
|
class |
StiObjectDataCell |
class |
StiRefCursorDataCell |
class |
StiStringDataCell |
| Modifier and Type | Method and Description |
|---|---|
static DataCell |
DataRow.create(StiDataColumn column,
int columnIndex,
int columnType,
java.lang.Object rs,
java.lang.Boolean convertNull) |
static DataCell |
DataRow.create(StiDataColumn column,
int columnIndex,
int columnType,
java.sql.ResultSet rs,
java.lang.Boolean convertNull) |
static DataCell |
DataRow.create(StiDataColumn column,
java.lang.Object value) |
static DataCell |
DataCell.createEmpty(StiDataColumn column) |
DataCell |
DataCellCollection.get(int index) |
DataCell |
DataRow.getCell(java.lang.String columnName) |
DataCell |
DataCellCollection.remove(int index) |
DataCell |
DataCellCollection.set(int index,
DataCell element) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<DataCell> |
DataCellCollection.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataCellCollection.add(int index,
DataCell element) |
void |
DataCellCollection.add2(DataCell element) |
DataCell |
DataCellCollection.set(int index,
DataCell element) |
Copyright © 2019 Stimulsoft. All Rights Reserved.