コンテンツにスキップ

replacePoints

このコンテンツはまだ日本語訳がありません。

replacePoints<T>(conn, schema, points): Promise<void>

Defined in: db/store.ts:251

Replace the whole table content with points, atomically (see replaceRows, including the transaction rule).

T extends TimePoint

AsyncDuckDBConnection

TableSchema<T>

T[]

Promise<void>