Class DataRow
java.lang.Object
com.stimulsoft.report.dictionary.data.DataRow
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddSqlCell(String columnName, int columnSqlIndex, int columnType, Object rs, Boolean convertNull) voidaddSqlCell(String columnName, int columnSqlIndex, int columnType, String columnTypeName, ResultSet rs, Boolean convertNull) voidaddSqlCell(String columnName, int columnSqlIndex, int columnType, ResultSet rs) voidstatic DataRowstatic DataCellcreate(StiDataColumn column, int columnIndex, int columnType, Object rs, Boolean convertNull) static DataCellcreate(StiDataColumn column, int columnIndex, int columnType, String columnTypeName, ResultSet rs, Boolean convertNull) static DataCellcreate(StiDataColumn column, Object value) booleanexistChildRows(StiDataSource childSource, String relationName) booleanexistParent(StiDataSource parentSource, String relationName) getCells()getChildRows(StiDataSource childSource, String relationName) getChildRows(String childSourceName) intgetColumnIndex(String columnName) static DataCellgetDefaultDataCell(StiDataColumn column, int columnIndex, int columnType, ResultSet rs, Boolean convertNull) getParentRow(StiDataSource parentSource, String relationName) getValue(int columnIndex) static ObjectgetValueAsObject(String columnName) voidsetChildRows(StiDataSource childSource, ArrayList<DataRow> cRows, String relationName) voidsetColumns(DataCellCollection cells) voidsetParentRow(StiDataSource parentSource, String relationName, DataRow parentRow) voidbooleantoString()
-
Constructor Details
-
DataRow
-
DataRow
-
-
Method Details
-
getCell
-
getCells
- Returns:
- the cells
-
setColumns
-
getColumns
-
getParentRows
- Returns:
- the parentRows
-
setValue
-
setValue
-
addValue
-
getValue
-
getValueAsObject
-
getValue
-
getColumnIndex
-
create
-
addCell
-
addSqlCell
public void addSqlCell(String columnName, int columnSqlIndex, int columnType, ResultSet rs) throws SQLException - Throws:
SQLException
-
addSqlCell
public void addSqlCell(String columnName, int columnSqlIndex, int columnType, String columnTypeName, ResultSet rs, Boolean convertNull) throws SQLException - Throws:
SQLException
-
addSqlCell
public void addSqlCell(String columnName, int columnSqlIndex, int columnType, Object rs, Boolean convertNull) throws SQLException - Throws:
SQLException
-
toString
-
setParentRow
-
getParentRow
-
existParent
-
existChildRows
-
setChildRows
-
getChildRows
-
getChildRows
-
create
public static DataCell create(StiDataColumn column, int columnIndex, int columnType, String columnTypeName, ResultSet rs, Boolean convertNull) throws SQLException - Throws:
SQLException
-
getDefaultDataCell
public static DataCell getDefaultDataCell(StiDataColumn column, int columnIndex, int columnType, ResultSet rs, Boolean convertNull) throws SQLException - Throws:
SQLException
-
create
public static DataCell create(StiDataColumn column, int columnIndex, int columnType, Object rs, Boolean convertNull) throws SQLException - Throws:
SQLException
-
getValue
-
create
-