Fields
Name | Description | |
---|---|---|
![]() ![]() | ASYNC |
Controls whether or not statistics and reports are loaded up asynchronously.
|
![]() | configTables |
Holds the filter systems list of tables used to build queries on.
|
![]() | configTableSelect |
Query template used to load the top row from each
filter config table. Row is used for column name and data type information.
|
![]() | coreTables |
The table that holds the db table linking data.
|
![]() | currentFilterId |
Holds the current filter id.
|
![]() | filterEntry |
Holds the data in the FILTER table for a given filter id.
|
![]() | join |
Toggles the join type used when building the filter query.
|
![]() | key |
Encrypted key for communicating with the web service.
|
![]() | legacyFilterObjColumn |
Database column that holds the legacy binary serialized filter object data.
|
![]() | logging |
Turns console logging on and off
|
![]() | maxReports |
Holds the maximum number of statistic entries in the system.
|
![]() | maxStats |
Holds the maximum number of statistic entries in the system.
|
![]() | mode |
Toggles the filter mode used when building the filter query.
|
![]() ![]() | NO_LOADING |
If true, prevents loading of pop stats, user stats, and user reports on the server side.
|
![]() | noConfigTableSchemaFoundErrMsg |
Error message for not being able to load a row from a config table.
|
![]() | noConfigTablesErrMsg |
Error message for not being able to load the config tables list.
|
![]() | noFilterEntryErrMsg |
Error message for not being able to load the filter entry.
|
![]() | p4s2CriteriaObj |
Legacy object support, used to bring binary data from the filter table into a VB object.
New entries will use serialized text or XML that is base64 encoded.
|
![]() | popData |
Holds the population statistics for this filter object.
|
![]() | popQrs |
Holds information about all of the queries ran for the filter's basic statistics.
|
![]() | popStatLoadingComplete |
Keeps track of the state of the population statistics loading.
|
![]() | prctGeoCodedDbl |
Holds the percent of geocoded claims associated with thise filter.
|
![]() | prctGeoCodedStr | |
![]() | queryCoded |
Holds the current filter query in object form.
This query is to be used for the actual database call and uses
a coded value that users couldn't understand.
|
![]() | queryLegacyCoded |
SqlQuery object used to hold legacy query information in coded form.
|
![]() | queryLegacyIdx |
Internal variable that tracks the index of the SqlTokens as they are built from legacy objects.
|
![]() | queryLegacyLevel |
Internal variable for tracking the recursive levels of the legacy filter object.
|
![]() | queryLegacyLiteral |
SqlQuery object used to hold legacy query information in literal form.
|
![]() | queryLiteral |
Holds the current filter query in object form.
This query is to be used for the literal representation the user
sees in the presentation layer.
|
![]() | reports |
Holds all associated report objects.
|
![]() | secretKey |
Clear key used to communicate with the web service.
|
![]() | statData |
Holds the statistics results set for this filter.
|
![]() | statQrs |
Holds information about all of the queries ran for this filter's statistics.
|
![]() | statResultsLoadingComplete |
Keeps track of the state of the stat results loading.
|
![]() | stats |
Holds all associated statistic objects.
|
![]() | svc |
Reference to the web service.
|
![]() | tableSchema |
Holds a DataRow from each of the config tables, references by table name.
|
![]() | testMode |
Turns on test mode to use TSRCSERVER7 for filter entries.
|
![]() | type |
The type of filter we have, legacy or new
|
![]() | unexpectedLegacyObjetcErrMsg |
Error message for when the binary legacy data can't be loaded into a Criteria object.
|
![]() | updatedFilterObjColumnCoded |
Database column that holds the new text serialized filter object data, coded version.
|
![]() | updatedFilterObjColumnLiteral |
Database column that holds the new test serialized filter object data, literal version.
|
See Also