go back Home

TableDescriptor

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 field="..." fieldCount="..." fieldList="..." join="..." join="..." joinCondition="..." joinCount="..." tableAlias="..." tableForField="..." tableName="..." tableString="..." unaliasedTableName="..."/>

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.

{"field":"...","fieldCount":"...","fieldList":"...","join":"...","joinCondition":"...","joinCount":"...","tableAlias":"...","tableForField":"...","tableName":"...","tableString":"...","unaliasedTableName":"..."}

Fields

name type
field String
fieldCount int
fieldList StringList
join TableDescriptor
join TableDescriptor
joinCondition StringList
joinCount int
tableAlias String
tableForField String
tableName String
tableString StringList
unaliasedTableName String