Icon Requirements Class Media Table

Hierarchy

Constructors

Properties

Accessors

Methods

Constructors

Properties

Columns

constraints: Constraints = ...

Constraints

contents: Contents

Foreign key to Contents

COLUMN_ANCHOR_U: "anchor_u" = 'anchor_u'
COLUMN_ANCHOR_V: "anchor_v" = 'anchor_v'
COLUMN_CONTENT_TYPE: "content_type" = 'content_type'

Mime-type of data column name

COLUMN_DATA: "data" = 'data'

Multimedia content column name

COLUMN_DESCRIPTION: "description" = 'description'
COLUMN_HEIGHT: "height" = 'height'
COLUMN_NAME: "name" = 'name'
COLUMN_WIDTH: "width" = 'width'
DEFAULT_AUTOINCREMENT: boolean = true

Default id autoincrement setting

DEFAULT_PK_NOT_NULL: boolean = true

Default primary key not null setting

RELATION_TYPE: RelationType = RelationType.MEDIA

User-Defined Media Table relation name

TABLE_NAME: "nga_icon" = 'nga_icon'

Accessors

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

  • Check if the table has the column

    Returns

    true if has the column

    Parameters

    • columnName: string

      column name

    Returns boolean

Generated using TypeDoc