Skip to content

dbFetch() documentation needs more documentation about overall flow #386

Closed
@hadley

Description

@hadley

i.e.:

  • Use dbSendQuery() to get a result set
  • Optionally bind paremeters with dbBind().
  • Use dbFetch() to get a page of results
  • Use dbHasCompleted() to tell when you're done
  • Use dbClearResult() to clean up

And it might be worth linking all these functions together with a common family.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions