* Close database connection * @see https://www.sqlite.org/c3ref/close.html * @param db database pointer * @returns `SQLITE_OK` (throws exception on error)
(db: number)
| 475 | * @returns `SQLITE_OK` (throws exception on error) |
| 476 | */ |
| 477 | close(db: number): Promise<number>; |
| 478 | |
| 479 | /** |
| 480 | * Call the appropriate `column_*` function based on the column type |
no outgoing calls
no test coverage detected