public interface HasColumns
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnIndex(String name)
Column index in the list of columns.
|
Map<String,? extends ColumnMeta<?>> |
getColumns()
List of columns with names.
|
Map<String,? extends ColumnMeta<?>> getColumns()
int getColumnIndex(String name)
name - column name.Copyright © 2023 CURS. All rights reserved.