public class ResultSetWrapperImpl extends Object implements ResultSetWrapper
ResultSet in a
" column name cache" wrapper.| Modifier and Type | Field and Description |
|---|---|
static ResultSetWrapper |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
wrap(ResultSet resultSet,
ColumnNameCache columnNameCache)
Wrap a result set in a "column name cache" wrapper.
|
public static ResultSetWrapper INSTANCE
public ResultSet wrap(ResultSet resultSet, ColumnNameCache columnNameCache)
wrap in interface ResultSetWrapperresultSet - The result set to wrapcolumnNameCache - The column name cache.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.