go back Home

ReadOnlyRow

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="..." allChildren="..." blob="..." blob="..." blob="..." boolean="..." boolean="..." boolean="..." child="..." childKeys="..." children="..." columnCount="..." columnNumber="..." currency="..." currency="..." currency="..." date="..." date="..." date="..." dateTime="..." dateTime="..." dateTime="..." decimal="..." decimal="..." decimal="..." decryptedString="..." decryptedString="..." distance="..." distance="..." distance="..." double="..." encryptedString="..." encryptedString="..." field="..." field="..." fieldAlias="..." fieldCount="..." fieldList="..." fieldValue="..." fieldValue="..." float="..." float="..." float="..." headerValue="..." int="..." int="..." int="..." integer="..." limitedOutputFields="..." long="..." long="..." long="..." metaData="..." rowData="..." sQLString="..." sQLString="..." string="..." string="..." string="..." tableName="..." time="..." time="..." time="..." timestamp="..." value="..." valueAt="..." 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":"...","allChildren":"...","blob":"...","boolean":"...","child":"...","childKeys":"...","children":"...","columnCount":"...","columnNumber":"...","currency":"...","date":"...","dateTime":"...","decimal":"...","decryptedString":"...","distance":"...","double":"...","encryptedString":"...","field":"...","fieldAlias":"...","fieldCount":"...","fieldList":"...","fieldValue":"...","float":"...","headerValue":"...","int":"...","integer":"...","limitedOutputFields":"...","long":"...","metaData":"...","rowData":"...","sQLString":"...","string":"...","tableName":"...","time":"...","timestamp":"...","value":"...","valueAt":"...","volume":"...","weight":"..."}

Fields

name type
aliasName String
allChildren LinkedHashMap
blob byte[]
blob byte[]
blob byte[]
boolean boolean
boolean boolean
boolean boolean
child Object
childKeys Set
children List
columnCount int
columnNumber int
currency Currency
currency Currency
currency Currency
date Date
date Date
date Date
dateTime Date
dateTime Date
dateTime Date
decimal BigDecimal
decimal BigDecimal
decimal BigDecimal
decryptedString String
decryptedString String
distance Distance
distance Distance
distance Distance
double Double
encryptedString String
encryptedString String
field Field
field Field
fieldAlias String
fieldCount int
fieldList String[]
fieldValue FieldValue
fieldValue FieldValue
float double
float double
float double
headerValue Object
int int
int int
int int
integer Integer
limitedOutputFields Collection
long long
long long
long long
metaData QueryMetaData
rowData RowData
sQLString String
sQLString String
string String
string String
string String
tableName String
time Date
time Date
time Date
timestamp Timestamp
value Object
valueAt Object
volume Volume
volume Volume
volume Volume
weight Weight
weight Weight
weight Weight