public class ColumnLabelIndexer extends Object
| Constructor and Description |
|---|
ColumnLabelIndexer(ColumnDefinition[] columnDefinitions) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex(String name)
Get column index by name.
|
void |
setAliasMap(Map<String,Integer> map) |
public ColumnLabelIndexer(ColumnDefinition[] columnDefinitions)
public int getIndex(String name) throws SQLException
name - column nameSQLException - if no column info exists, or column is unknownCopyright © 2022 oceanbase.com. All rights reserved.