Pike v8.1 release 6

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


Method fetch_row_array

final array(array(mixed)) fetch_row_array()

Returns

Multiple result rows at a time (at least one).

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

See also

eof(), fetch_row()