public final class ColumnNameCache extends Object
Constructor and Description |
---|
ColumnNameCache(int columnCount) |
Modifier and Type | Method and Description |
---|---|
Integer |
getIndexForColumnName(String columnName,
ResultSet rs)
Resolve the column name/alias to its index
|
public Integer getIndexForColumnName(String columnName, ResultSet rs) throws SQLException
columnName
- The name/alias of the columnrs
- The ResultSetSQLException
- Indicates a problems accessing the underlying JDBC ResultSetCopyright © 2018 JBoss by Red Hat. All rights reserved.