接口 ResultSetWrapper

  • 所有已知实现类:
    ResultSetWrapperImpl

    public interface ResultSetWrapper
    Contract for wrapping a ResultSet in a "column name cache" wrapper.
    作者:
    Gail Badner
    • 方法详细资料

      • wrap

        ResultSet wrap​(ResultSet resultSet,
                       ColumnNameCache columnNameCache)
        Wrap a result set in a "column name cache" wrapper.
        参数:
        resultSet - The result set to wrap
        columnNameCache - The column name cache.
        返回:
        The wrapped result set.