go back Home

RowData

Sample XML

The following is only an example of what the XML should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

<null aliasName="..." blob="..." blob="..." blob="..." boolean="..." boolean="..." boolean="..." currency="..." currency="..." currency="..." date="..." date="..." date="..." dateTime="..." dateTime="..." dateTime="..." decimal="..." decimal="..." decimal="..." distance="..." distance="..." distance="..." field="..." field="..." fieldCount="..." fieldDataValueObjects="..." fieldValue="..." fieldValue="..." float="..." float="..." float="..." int="..." int="..." int="..." long="..." long="..." long="..." metaData="..." sQLString="..." sQLString="..." string="..." string="..." string="..." tableName="..." time="..." time="..." time="..." volume="..." volume="..." volume="..." weight="..." weight="..." weight="..."/>

Sample JSON

The following is only an example of what the JSON should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

{"aliasName":"...","blob":"...","boolean":"...","currency":"...","date":"...","dateTime":"...","decimal":"...","distance":"...","field":"...","fieldCount":"...","fieldDataValueObjects":"...","fieldValue":"...","float":"...","int":"...","long":"...","metaData":"...","sQLString":"...","string":"...","tableName":"...","time":"...","volume":"...","weight":"..."}

Fields

name type
aliasName String
blob byte[]
blob byte[]
blob byte[]
boolean boolean
boolean boolean
boolean boolean
currency Currency
currency Currency
currency Currency
date Date
date Date
date Date
dateTime Date
dateTime Date
dateTime Date
decimal BigDecimal
decimal BigDecimal
decimal BigDecimal
distance Distance
distance Distance
distance Distance
field Field
field Field
fieldCount int
fieldDataValueObjects Object[]
fieldValue FieldValue
fieldValue FieldValue
float double
float double
float double
int int
int int
int int
long long
long long
long long
metaData QueryMetaData
sQLString String
sQLString String
string String
string String
string String
tableName String
time Date
time Date
time Date
volume Volume
volume Volume
volume Volume
weight Weight
weight Weight
weight Weight