OINO TS
    Preparing search index...

    Class OINODbDataField

    Base class for a column of data responsible for appropriatelly serializing/deserializing the data.

    Hierarchy (View Summary)

    Index

    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

    • Pring debug information for the field

      Parameters

      • length: number = 0

        length of the debug output (or 0 for as long as needed)

      Returns string