Previous Topic: QueryFragment2Next Topic: QueryPropertiesRequired


QueryProperties

This sequence of elements describes the properties of a query.

xsd:string queryId

The UUID identifying the query.

xsd:string queryName

The display name of the query.

xsd:string queryTable

The database table in which the target objects of the query are stored.

QueryType queryType

The type of the query.

xsd:string queryTableLabelField

The database table in which the target objects of the query are stored.

xsd:string queryTableLabelPrimaryKey

The primary key of the database table in which the target objects of the query are stored.

xsd:string queryTableLabelSecondaryKey

The secondary key of the database table in which the target objects of the query are stored.

ArrayOfQueryFragment queryFragments

An array of query statement fragments that are combined to create the complete query definition.

Remarks

None

QueryProperties3

This sequence of elements describes the properties of a query.

xsd:string queryId

The UUID identifying the query.

xsd:string queryName

The display name of the query.

xsd:string queryTable

The database table in which the target objects of the query are stored.

QueryType queryType

The type of the query.

xsd:string queryTableLabelField

The database table in which the target objects of the query are stored.

xsd:string queryTableLabelPrimaryKey

The primary key of the database table in which the target objects of the query are stored.

xsd:string queryTableLabelSecondaryKey

The secondary key of the database table in which the target objects of the query are stored.

ArrayOfQueryFragment2 queryFragments

An array of query statement fragments that are combined to create the complete query definition.

Xsd:string sqlStatement

The sql statement of the query