fetchall

Syntax

fetchall [connect_id.]command_id]

Description

Fetches all results from prepared command command_id on connection connect_id.

If command_id is not specified, fetches all results from the most recent command. The command must already have been run using exec.

For examples, see Prepare a SQL Statement for Subsequent Runs.