接口 ResultSetProcessor

  • 所有已知实现类:
    ResultSetProcessorImpl

    public interface ResultSetProcessor
    Contract for processing JDBC ResultSets. Separated because ResultSets can be chained and we'd really like to reuse this logic across all result sets.

    todo : investigate having this work with non-JDBC results; maybe just typed as Object? or a special Result contract?

    作者:
    Steve Ebersole