Modifier and Type | Method and Description |
---|---|
ColumnMetadata |
RowMetadata.getColumnMetadata(int index)
Returns the
ColumnMetadata for one column in this row. |
ColumnMetadata |
RowMetadata.getColumnMetadata(String name)
Returns the
ColumnMetadata for one column in this row. |
Modifier and Type | Method and Description |
---|---|
List<? extends ColumnMetadata> |
RowMetadata.getColumnMetadatas()
Returns the
ColumnMetadata for all columns in this row. |
Copyright © 2022. All rights reserved.