<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Node-DuckDB API](./node-duckdb.md) &gt; [RowResultFormat](./node-duckdb.rowresultformat.md)

## RowResultFormat enum

Result format specifier for rows

<b>Signature:</b>

```typescript
export declare enum RowResultFormat
```

## Enumeration Members

| Member | Value          | Description                                         |
| ------ | -------------- | --------------------------------------------------- |
| Array  | <code>1</code> | Array, e.g. \["Bob", 23\]                           |
| Object | <code>0</code> | Object, e.g. {<!-- -->name: "Bob", age: 23<!-- -->} |
