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 ResultSetWrapper
resultSet
- The result set to wrapcolumnNameCache
- The column name cache.Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.