public interface DataSetMetadata
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnId(int columnIndex)
Get the identifier of the specified column.
|
List<String> |
getColumnIds()
Get the column ids
|
ColumnType |
getColumnType(int columnIndex)
Get the type of the specified column.
|
ColumnType |
getColumnType(String columnId)
Get the type of the specified column.
|
List<ColumnType> |
getColumnTypes()
Get the column types
|
DataSetDef |
getDefinition()
Get the definition this data set has been created from.
|
int |
getEstimatedSize()
Get the estimated size in bytes.
|
int |
getNumberOfColumns()
Get the number of columns.
|
int |
getNumberOfRows()
Get the number of rows.
|
String |
getUUID()
The unique identifier for this data set.
|
String getUUID()
int getNumberOfRows()
int getNumberOfColumns()
String getColumnId(int columnIndex)
columnIndex - The column index (starting at 0).ColumnType getColumnType(int columnIndex)
columnIndex - The column index (starting at 0).ColumnType getColumnType(String columnId)
columnId - The column id.List<ColumnType> getColumnTypes()
int getEstimatedSize()
DataSetDef getDefinition()
Copyright © 2017–2020 JBoss by Red Hat. All rights reserved.