Delta

Overview

Delta implementation written with JSON serialisation in mind. Used internally by data streamer.

Location

DataAbstract.js

 

constructor Delta

Creates Delta object.

function constructor Delta()

data

List of changes.

data

intFindId

Used internally to find a change with a specified Id.

function intFindId(anId)

Parameters:

  • anId: number

keyfields

Names of fields included to primary key.

keyfields

loggedfields

List of objects holding field name and data type.

loggedfields

name

Contains name of the DataTable.

name

 

data

List of changes.

data

keyfields

Names of fields included to primary key.

keyfields

loggedfields

List of objects holding field name and data type.

loggedfields

name

Contains name of the DataTable.

name

 

constructor Delta

Creates Delta object.

function constructor Delta()

intFindId

Used internally to find a change with a specified Id.

function intFindId(anId)

Parameters:

  • anId: number