[−][src]Module places::bookmark_sync::store
Structs
BookmarksStore | |
Driver | |
ItemKindFragment | A helper that interpolates a SQL |
ItemTypeFragment | A helper that interpolates a SQL |
LocalItemsFragment | A helper that interpolates a named SQL common table expression (CTE) for
local items. The CTE may be included in a |
MergeInterruptee | Adapts an interruptee to a Dogear abort signal. |
Merger | |
NullableFragment | A helper that formats an optional value so that it can be included in a SQL
statement. |
RootsFragment | A helper that interpolates a SQL list containing the given bookmark root GUIDs. |
UploadItemsFragment | Formats a |
Enums
UrlOrPlaceIdFragment | A helper that interpolates a SQL expression for querying a local item's
URL. Note that the |
Constants
COLLECTION_SYNCID_META_KEY | |
GLOBAL_SYNCID_META_KEY | |
LAST_SYNC_META_KEY | |
MAX_FRECENCIES_TO_RECALCULATE_PER_CHUNK | The maximum number of URLs for which to recalculate frecencies at once. This is a trade-off between write efficiency and transaction time: higher maximums mean fewer write statements, but longer transactions, possibly blocking writes from other connections. |
Functions
item_kind_fragment |