Class OINODatetimeDataField

Specialised class for a datetime column.

Hierarchy (view full)

Constructors

Properties

db: OINODb

OINODB reference

Parameters for the field

maxLength: number

Maximum length of the field (or 0)

name: string

Name of the field

sqlType: string

SQL type of the field

type: string

Internal type of field

Methods

  • Serialize cell value in the given content format.

    Parameters

    • cellVal: OINODataCell

      cell value

    • locale: DateTimeFormat

      locale-object to format datetimes with

    Returns string