Skip to main content

Interface: WordOccurrenceRow

Defined in: Data/Core/RowTypes.ts:157

Row from the word_occurrence table (dictionary modules).

v2 identifies the source Bible by module_uuid (WS-4). v1 COMPAT: shipped modules carry bible_module, a bare abbreviation acting as a soft cross-DB reference. Pass-2 deletion point for the bible_module column.

Extends

  • BaseRow

Indexable

[key: string]: unknown

Properties

bible_module?

optional bible_module?: string

Defined in: Data/Core/RowTypes.ts:166

v1 COMPAT: abbreviation-based soft reference. Pass-2 deletion point.


bible_module_uuid?

optional bible_module_uuid?: string

Defined in: Data/Core/RowTypes.ts:162

v2: joins module_info.module_uuid of the source Bible.


entry_key

entry_key: string

Defined in: Data/Core/RowTypes.ts:159


metadata?

optional metadata?: string

Defined in: Data/Core/RowTypes.ts:168


module_uuid?

optional module_uuid?: string

Defined in: Data/Core/RowTypes.ts:164

Tolerated alternate spelling of the v2 column.


occurrence_id

occurrence_id: number

Defined in: Data/Core/RowTypes.ts:158


translation_word?

optional translation_word?: string

Defined in: Data/Core/RowTypes.ts:167


verse_id

verse_id: number

Defined in: Data/Core/RowTypes.ts:160