Attribute Name | Description
|
---|
App | The application to which this clause applies.
Foreign key to MaxApps .
|
Clause | SQL (where clause) which implicitly applies to
the table identified by maxapps.maintbname.
|
ClauseName | The name of this clause. Unique within App.
|
Default | Non-persistent attribute.
Given a set of Query that are executable for a particular user
and application, the "default" attribute indicates which Query (if any)
the user has chosen as his/her default for this application.
In order to manipulate this attribute, the Query set should have been
retrieved using getQueriesForUser .
See also Query appValidate .
|
Description | Freeform description.
|
IsPublic | A Query is either Public or Private.
IsPublic = True indicates that this is a Public query.
Anybody can use a Public query. Only the Owner can use a Private query.
Only the Owner can modify or delete a Query, whether Public or Private.
|
OrgID | The organization for this site, stored on this table for ease of access.
This equals the value for OrgID specified on the Site table.
|
Owner | The user who created this query.
Foreign key to MaxUser .
|
SiteID | The site to which this record pertains. Foreign key to Site .
|