public interface ResultSetWrapper
ResultSet in a "column name cache" wrapper.| Modifier and Type | Method and Description | 
|---|---|
ResultSet | 
wrap(ResultSet resultSet,
    ColumnNameCache columnNameCache)
Wrap a result set in a "column name cache" wrapper. 
 | 
ResultSet wrap(ResultSet resultSet, ColumnNameCache columnNameCache)
resultSet - The result set to wrapcolumnNameCache - The column name cache.Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.