|
This entity would record the fields involved in a particular query. The user uses this Ad-Hoc Query during runtime after a successful login. In the ad-hoc query screen there are two types of query, standard and custom. This entity would store the field for the standard ad-hoc query. It would record the ad-hoc query, fields and condition set by the user for the query that they would use. |
|
Name |
Code |
Class Name |
|
Reference |
|
Name |
Code |
|
Name |
|
|
Code |
|
|
Data Type |
char(100) |
|
Mandatory |
Yes |
|
The name of the ad hoc query fields. It is the primary key for the AdHocQueryFields table. |
|
Name |
|
|
Code |
|
|
Data Type |
char(100) |
|
Mandatory |
Yes |
|
The entity name for the ad hoc query field. It is the primary key for the AdHocQueryFields table. |
|
Name |
|
|
Code |
|
|
Data Type |
char(50) |
|
Mandatory |
No |
|
Stores a query from the condition. |
|
Name |
|
|
Code |
|
|
Data Type |
char(50) |
|
Mandatory |
No |
|
Stores a query to the condition. |
|
Name |
|
|
Code |
|
|
Data Type |
date |
|
Mandatory |
No |
|
Shows the start date of the query. |
|
Name |
|
|
Code |
|
|
Data Type |
date |
|
Mandatory |
No |
|
Shows the end date of the query. |
|
Name |
|
|
Code |
|
|
Data Type |
double |
|
Mandatory |
No |
|
Shows the start range of the query value. |
|
Name |
|
|
Code |
|
|
Data Type |
double |
|
Mandatory |
No |
|
Shows the end range of the query value. |
|
Name |
|
|
Code |
|
|
Data Type |
smallint |
|
Mandatory |
No |
|
Shows a query that is not the condition. |
|
|
|