Links metadata in the gpkg_metadata table to data in the feature, and tiles tables

Hierarchy

  • MetadataReference

Constructors

Properties

column_name: string

Name of the column to which this metadata reference applies; NULL for reference_scope of ‘geopackage’,‘table’ or ‘row’, or the name of a column in the table_name table for reference_scope of ‘column’ or ‘row/col’

Member

md_file_id: number

gpkg_metadata table id column value for the metadata to which this gpkg_metadata_reference applies

Member

md_parent_id: number

gpkg_metadata table id column value for the hierarchical parent gpkg_metadata for the gpkg_metadata to which this gpkg_metadata_reference applies, or NULL if md_file_id forms the root of a metadata hierarchy

Member

reference_scope: string

Lowercase metadata reference scope; one of ‘geopackage’, ‘table’, ‘column’, ’row’, ’row/col’

Member

row_id_value: number

NULL for reference_scope of ‘geopackage’, ‘table’ or ‘column’, or the rowed of a row record in the table_name table for reference_scope of ‘row’ or ‘row/col’

Member

table_name: string

Name of the table to which this metadata reference applies, or NULL for reference_scope of ‘geopackage’.

Member

timestamp: Date

timestamp value in ISO 8601 format as defined by the strftime function '%Y-%m-%dT%H:%M:%fZ' format string applied to the current time

Member

COLUMN_COLUMN_NAME: "column_name" = 'column_name'

columnName field name

COLUMN_FILE_ID: "md_file_id" = 'md_file_id'

mdFileId field name

COLUMN_PARENT_ID: "md_parent_id" = 'md_parent_id'

mdParentId field name

COLUMN_REFERENCE_SCOPE: "reference_scope" = 'reference_scope'

referenceScope field name

COLUMN_ROW_ID_VALUE: "row_id_value" = 'row_id_value'

rowIdValue field name

COLUMN_TABLE_NAME: "table_name" = 'table_name'

tableName field name

COLUMN_TIMESTAMP: "timestamp" = 'timestamp'

timestamp field name

TABLE_NAME: "gpkg_metadata_reference" = 'gpkg_metadata_reference'

Table name

Methods

Generated using TypeDoc