Skip to content

getStored() deprecation in ResultSetBase #146

Description

@vchebotarev

And I have a question about getStored deprecation
It was quiet hard to understand its code, so then i recognized that there is no need to remove it
I have a suggection

  • reorganize result interfaces to have single responsobilities
    -- ResultSetInterface with store() and getStored()
    -- MultiResultSetInterface extends ResultSetInterface
    -- SingleResultSetInterface extends ResultSetInterface
  • rename getStored() to getResults()
  • rename store() to collectResults()
    and them it won't be so complicated to understand waht is going on

what do you think ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions