Skip to content

getStored() deprecation in ResultSetBase #146

Open
@vchebotarev

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 ?

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