clearTable
このコンテンツはまだ日本語訳がありません。
clearTable(
conn,schema):Promise<void>
Defined in: db/store.ts:170
Delete all rows from the table.
Parameters
Section titled “Parameters”AsyncDuckDBConnection
schema
Section titled “schema”Returns
Section titled “Returns”Promise<void>