Pike v8.1 release 6

Method Sql.pgsql_util.sql_result()->fetch_row()


Method fetch_row

final array(mixed) fetch_row()

Returns

One result row at a time.

When using COPY FROM STDOUT, this method returns one row at a time as a single string containing the entire row.

See also

eof(), send_row()