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