Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IField

Describes the structure of a field in a database table.

Hierarchy

  • IField

Index

Properties

Optional decimals

decimals: number

The number of decimal places (for a DECIMAL field).

Optional description

description: string

The description of the field.

Optional extent

extent: number

The extent of the field, if the field is an array.

Optional format

format: string

The display format of the field.

Optional initial

initial: string

The initial value of the field.

Optional label

label: string

The label to display with the field.

Optional mandatory

mandatory: boolean

Specifies if the field value is mandatory.

name

name: string

The name of the field.

table

table: ITable

Link back to the table that contains the field.

type

The data type of the field.

Optional view

view: string

The VIEW-AS display phrase of the field.