PostgreSQL | ||
---|---|---|
Prev | Next |
pg_result queryHandle resultOption
The handle for a query result.
Specifies one of several possible options.
the status of the result.
if the last query was an insert, returns the oid of the inserted tuple
the connection that produced the result
assign the results to an array
the number of tuples in the query
returns a list of the name/type pairs of the tuple attributes
returns the values of the tuple in a list
clear the result buffer. Do not reuse after this
the return result is either an error message or a handle for a query result.
pg_result returns information about a query.
Prev | Home | Next |
pg_select | Up | pg_lo_creat |