コンテンツにスキップ

buildInsertSQL

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

buildInsertSQL<T>(schema, points): string

Defined in: db/store.ts:37

Generate an INSERT INTO … VALUES statement for a batch of points. Delegates to buildInsertSQLFromRows after converting via schema.toRow(). Returns an empty string when the batch is empty.

T extends TimePoint

TableSchema<T>

T[]

string