(ctx context.Context, value string)
| 1365 | // Returns true if a new rows was inserted, false otherwise. |
| 1366 | UpsertAISeatState(ctx context.Context, arg UpsertAISeatStateParams) (bool, error) |
| 1367 | UpsertAnnouncementBanners(ctx context.Context, value string) error |
| 1368 | UpsertApplicationName(ctx context.Context, value string) error |
| 1369 | // Upserts boundary usage statistics for a replica. On INSERT (new period), uses |
| 1370 | // delta values for unique counts (only data since last flush). On UPDATE, uses |
no outgoing calls