StyleTable

Hierarchy

Constructors

Properties

Columns

constraints: Constraints = ...

Constraints

contents: Contents

Foreign key to Contents

data_type: string = RelationType.ATTRIBUTES.dataType
relation_name: string = RelationType.ATTRIBUTES.name
COLUMN_COLOR: string = 'color'
COLUMN_DESCRIPTION: string = 'description'
COLUMN_FILL_COLOR: string = 'fill_color'
COLUMN_FILL_OPACITY: string = 'fill_opacity'
COLUMN_ID: string = 'id'
COLUMN_NAME: string = 'name'
COLUMN_OPACITY: string = 'opacity'
COLUMN_WIDTH: string = 'width'
DEFAULT_AUTOINCREMENT: boolean = true

Default id autoincrement setting

DEFAULT_PK_NOT_NULL: boolean = true

Default primary key not null setting

TABLE_NAME: string = 'nga_style'

Methods

  • Get the contents data type from the contents or use the default

    Returns

    contents or default data type

    Parameters

    • defaultType: string

      default data type

    Returns string

Generated using TypeDoc