public class RowDesc extends Object
| Constructor and Description |
|---|
RowDesc(List<String> columnNames) |
RowDesc(List<String> columnNames,
List<ColumnDescriptor> columnDescriptors) |
| Modifier and Type | Method and Description |
|---|---|
List<ColumnDescriptor> |
columnDescriptor() |
int |
columnIndex(String columnName) |
List<String> |
columnNames() |
String |
toString() |
public RowDesc(List<String> columnNames, List<ColumnDescriptor> columnDescriptors)
Copyright © 2021. All rights reserved.