go back Home

SelectStatement

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="..." companyCode="..." forExpression="..." groupBy="..." logLine="..." orderBy="..." overrideCompany="..." paramValues="..." rowClass="..." table="..." tableName="..." tableString="..." whereClause="..."/>

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":"...","companyCode":"...","forExpression":"...","groupBy":"...","logLine":"...","orderBy":"...","overrideCompany":"...","paramValues":"...","rowClass":"...","table":"...","tableName":"...","tableString":"...","whereClause":"..."}

Fields

name type
aliasName String
companyCode String
forExpression String
groupBy StringList
logLine String
orderBy StringList
overrideCompany String
paramValues List
rowClass Class
table TableDescriptor
tableName String
tableString StringBuilder
whereClause StringList