-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a510bdf
commit ca93503
Showing
20 changed files
with
371 additions
and
352 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
coverage/ | ||
dist | ||
node_modules/ | ||
.eslintrc.js | ||
jest.config.js | ||
tsconfig.json | ||
duckdb | ||
addon | ||
nodemon.json | ||
examples | ||
/coverage/ | ||
/dist | ||
/node_modules/ | ||
/.eslintrc.js | ||
/jest.config.js | ||
/tsconfig.json | ||
/duckdb | ||
/addon | ||
/nodemon.json | ||
/examples |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
node_modules | ||
build | ||
dist | ||
coverage | ||
duckdb | ||
duckdb.tar.gz | ||
prebuilds | ||
temp | ||
etc | ||
yarn-error.log | ||
/node_modules | ||
/build | ||
/dist | ||
/coverage | ||
/duckdb | ||
/duckdb.tar.gz | ||
/prebuilds | ||
/temp | ||
/etc | ||
/yarn-error.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
node_modules | ||
coverage | ||
build | ||
duckdb | ||
prebuilds | ||
examples | ||
/node_modules | ||
/coverage | ||
/build | ||
/duckdb | ||
/prebuilds | ||
/examples |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
coverage/ | ||
node_modules/ | ||
duckdb | ||
addon | ||
dist | ||
tsconfig.json | ||
examples | ||
/coverage/ | ||
/node_modules/ | ||
/duckdb | ||
/addon | ||
/dist | ||
/tsconfig.json | ||
/examples |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Node-DuckDB API](./node-duckdb.md) > [ResultIterator](./node-duckdb.resultiterator.md) > [\[Symbol.iterator\]](./node-duckdb.resultiterator._symbol.iterator_.md) | ||
|
||
## ResultIterator.\[Symbol.iterator\]() method | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
[Symbol.iterator](): this; | ||
``` | ||
|
||
<b>Returns:</b> | ||
|
||
this |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Node-DuckDB API](./node-duckdb.md) > [ResultIterator](./node-duckdb.resultiterator.md) > [next](./node-duckdb.resultiterator.next.md) | ||
|
||
## ResultIterator.next() method | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
next(): IteratorResult<T>; | ||
``` | ||
|
||
<b>Returns:</b> | ||
|
||
IteratorResult<T> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.