Class DataTable
java.lang.Object
com.stimulsoft.report.dictionary.data.DataTable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanexistColumn(String columnName) intgetColumnIndex(String columnName) getName()getQuery()getRows()getRows(int index) voidloadDataRow(Object[] values) NewRow()voidsetCaption(String caption) voidsetColumns(StiDataColumnsCollection columns) voidvoidsetParentRelations(StiDataRelationCollection parentRelations) voidvoidsetRows(DataRowCollection rows) voidsetTableName(String name) toString()
-
Constructor Details
-
DataTable
public DataTable() -
DataTable
-
DataTable
-
DataTable
-
-
Method Details
-
getParentRelations
-
setParentRelations
-
getRows
-
getRows
-
getColumns
-
setColumns
-
NewRow
-
clone
-
getTableName
-
getName
-
setName
-
getDataSet
-
setRows
-
addRow
-
setTableName
-
createNewRow
-
loadDataRow
-
getColumnIndex
-
getColumn
-
getQuery
- Returns:
- the query
-
setQuery
- Parameters:
query- the query to set
-
toString
-
existColumn
-
getCaption
- Returns:
- the caption
-
setCaption
- Parameters:
caption- the caption to set
-