Database query row.

QueryResults

Hierarchy (view full)

Constructors

Properties

asJSON: string

Gets the object as serialized JSON string. Or sets serialized JSON (to fill this object's metadata by the metadata included within the JSON)

count: number

Total number of rows.

eof: boolean

Whether row indicator is at end.

Get current row class.

id: number

Gets integer id of the object

names: StringList

Undocumented

objectType: string

Gets the object type as string

persistentID: string

Gets persistent id of the object

row: number

Gets/Sets current row index.

statusInfo: Promise<any>

Undocumented

title: string

Gets the object title

Methods

  • Parameters

    Returns Promise<any>

    Undocumented

  • Get cell value.

    Parameters

    • name: string

      Name of a column

    Returns any

    [QueryResultRow]

  • Gets class name of the object.

    Returns string

  • Parameters

    • id: number

    Returns boolean

    Undocumented

  • Call defined method with locked data so user can access them.

    Parameters

    • func: (() => any)

      Method to call

        • (): any
        • Returns any

    Returns void

  • Move to the next row.

    Returns void

  • Move to the previous row.

    Returns void

  • Parameters

    • id: number
    • value: boolean

    Returns void

    Undocumented