Describes the relationships between a base table, a related data table, and a mapping table

Hierarchy

  • ExtendedRelation

Constructors

Properties

COLUMN_BASE_PRIMARY_COLUMN: "base_primary_column" = 'base_primary_column'

base_primary_column field name

COLUMN_BASE_TABLE_NAME: "base_table_name" = 'base_table_name'

base_table_name field name

COLUMN_ID: "id" = 'id'

id field name

COLUMN_MAPPING_TABLE_NAME: "mapping_table_name" = 'mapping_table_name'

mapping_table_name field name

COLUMN_RELATED_PRIMARY_COLUMN: "related_primary_column" = 'related_primary_column'

related_primary_column field name

COLUMN_RELATED_TABLE_NAME: "related_table_name" = 'related_table_name'

related_table_name field name

COLUMN_RELATION_NAME: "relation_name" = 'relation_name'

relation_name field name

TABLE_NAME: "gpkgext_relations" = 'gpkgext_relations'

Table name

Methods

Generated using TypeDoc