public class ResultSetWrapperImpl extends Object implements ResultSetWrapper
ResultSet
in a
" column name cache" wrapper.Constructor and Description |
---|
ResultSetWrapperImpl(ServiceRegistry serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
ResultSet |
wrap(ResultSet resultSet,
ColumnNameCache columnNameCache)
Wrap a result set in a "column name cache" wrapper.
|
public ResultSetWrapperImpl(ServiceRegistry serviceRegistry)
public ResultSet wrap(ResultSet resultSet, ColumnNameCache columnNameCache)
ResultSetWrapper
wrap
in interface ResultSetWrapper
resultSet
- The result set to wrapcolumnNameCache
- The column name cache.Copyright © 2019 JBoss by Red Hat. All rights reserved.