SqlTokenToolBox MembersA Sandcastle Documented Class Library

The SqlTokenToolBox type exposes the following members.
Constructors

  NameDescription
Private methodStatic memberSqlTokenToolBox
Public methodSqlTokenToolBox
Initializes a new instance of the SqlTokenToolBox class
Back to Top
Methods

  NameDescription
Public methodStatic memberColumnValuePairAsFilterQuery
Combines a set of column value pair objects back into an SqlQuery object.
Public methodStatic memberCombineFilterQueries
Appends the second filter query object to the first using the AND connector. Expects a coded core filter criteria query.
Public methodStatic memberCopyFilter
Copies only a filter entry into a new filter entry. Returns the name of the new filter and the destination user id in the return object.
Public methodStatic memberCopyFilterReportsAndStatisticsToCreatedFilter(String, String, String, String, String)
Copies a filter's reports and statistics to a new filter created by this method, does force a rename of the filter.
Public methodStatic memberCopyFilterReportsAndStatisticsToCreatedFilter(String, String, String, String, Boolean, String)
Copies a filter's reports and statistics to a new filter created by this method. Optionally forces a rename of the filter to a safeName.
Public methodStatic memberCopyFilterReportsAndStatisticsToNewFilter(String, String, String, String)
Copies a filter's reports and statistics to a new, already existing filter. SUSPECT - NEEDS TESTING
Public methodStatic memberCopyFilterReportsAndStatisticsToNewFilter(FilterObj, String, String, String)
Copies a filter's reports and statistics to a new, already existing filter.
Public methodStatic memberCopyReport
Copies a report and all supporting data.
Public methodStatic memberCopyStatistic
Copies a statistic and all supporting data.
Public methodStatic memberFilterQueryAsColumnValuePair
Parses an SqlQuery objects SqlToken array and creates a list of SqlColumnValuePair objects. Provides easier traversal of column value pairs for use with web forms. Expects a coded core filter criteria query.
Public methodStatic memberFilterQueryAsColumnValuePairForColumnName(List SqlColumnValuePair , String)
Filter a filter query object of column value pairs with a given column name.
Public methodStatic memberFilterQueryAsColumnValuePairForColumnName(SqlQuery, String)
Filter a filter query object of column value pairs with a given column name.
Public methodStatic memberFilterQueryAsColumnValuePairForTableName(List SqlColumnValuePair , String)
Filter a filter query object of column value pairs with a given table name.
Public methodStatic memberFilterQueryAsColumnValuePairForTableName(SqlQuery, String)
Filter a filter query object of column value pairs with a given table name.
Public methodStatic memberFilterQueryAsHtml
Returns an HTML representation of the passed in core criteria. Will not render full queries correctly, designed only to render filter criteria.
Public methodStatic memberFilterQueryAsText
Renders a core criteria filter as text.
Public methodStatic memberFilterReportsSelectionPanel(FilterObj, Int32, String, ControlCollection, Int32, Boolean, Boolean, String)
Creates a report selection panel with show new report panels set to off.
Public methodStatic memberFilterReportsSelectionPanel(FilterObj, Int32, String, ControlCollection, Int32, Boolean, Int32, Boolean, String)
Creates a report selection panel with the given parameter settings.
Public methodStatic memberFilterReportsSelectionPanel(FilterObj, Int32, String, ControlCollection, Int32, Boolean, Int32, String, Boolean, String)
Creates a report selection panel with the given parameter settings.
Public methodStatic memberFilterReportsSelectionPanel(FilterObj, Int32, String, ControlCollection, Int32, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String)
Creates a report selection panel with the given parameter settings.
Public methodStatic memberFilterReportsSelectionPanel(FilterObj, Int32, String, ControlCollection, Int32, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Int32, Boolean, String)
Creates a report selection panel with the given parameter settings.
Public methodStatic memberFilterReportsSelectionPanel(FilterObj, Int32, String, ControlCollection, Int32, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Int32, String, Boolean, String)
Creates a report selection panel with the given parameter settings.
Public methodStatic memberFilterStatisticsSelectionPanel(FilterObj, Int32, String, ControlCollection, Int32, Boolean, Boolean, String)
Creates a statistic selection panel with show new statistic panels set to off.
Public methodStatic memberFilterStatisticsSelectionPanel(FilterObj, Int32, String, ControlCollection, Int32, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String)
Creates a statistic selection panel with the given parameter settings.
Public methodStatic memberFilterStatisticsSelectionPanel(FilterObj, Int32, String, ControlCollection, Int32, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Int32, Boolean, String)
Returns the html controls for a filter statistic selection panel.
Public methodStatic memberGetAnchorTableToken
Returns an anchor table token.
Public methodStatic memberGetAndToken(Int32)
Returns a default and token.
Public methodStatic memberGetAndToken(String, Int32)
Returns a default and token. Default name should be 'and'.
Public methodStatic memberGetAscToken(Int32)
Creates an order clause ASC token.
Public methodStatic memberGetAscToken(String, Int32)
Creates an order clause ASC token.
Public methodStatic memberGetAsToken(Int32)
Returns a defualt as token.
Public methodStatic memberGetAsToken(String, Int32)
Returns a default as token. Default name is 'as'.
Public methodStatic memberGetBasicCrashDataQuery
Generates a select query given an SqlQuery object. Expects a coded core filter criteria query.
Public methodStatic memberGetBasicTableReportQuery
Returns an SqlQuery that represents a basic table report, i.e. a select statement on a core table.
Public methodStatic memberGetBasicTableReportResultQrp(SqlQuery, String)
Runs the given full SqlQuery and returns the QueryResultPacket.
Public methodStatic memberGetBasicTableReportResultQrp(SqlQuery, String, DataTable, DataTable, String, String)
Returns a basic table report result packet with the execution results.
Public methodStatic memberGetBetweenToken(Int32)
Returns a default between token.
Public methodStatic memberGetBetweenToken(String, Int32)
Returns a default between token. Defualt name should be 'operator'.
Public methodStatic memberGetCastFunctionToken(Int32)
Returns a cast function token.
Public methodStatic memberGetCastFunctionToken(String, Int32)
Returns a cast function token.
Public methodStatic memberGetCloseFunctionToken(Int32)
Returns a close token function.
Public methodStatic memberGetCloseFunctionToken(String, Int32)
Returns a close token function with the given name.
Public methodStatic memberGetCloseGroupToken(Int32)
Returns the close group token, sets the name and token index. Indexes can be fixed using the normalize call on an SqlQuery object.
Public methodStatic memberGetCloseGroupToken(String, Int32)
Returns the close group token, sets the name and token index. Indexes can be fixed using the normalize call on an SqlQuery object. Should use 'groupClose' as the default name.
Public methodStatic memberGetClusterFinderNoWeightCountyQuery
Takes in a filter object and some arguments, returns an SqlQuery object for cluster finder report without weighting.
Public methodStatic memberGetClusterFinderNoWeightMuniQuery
Takes in a filter object and some arguments, returns an SqlQuery object for cluster finder report without weighting.
Public methodStatic memberGetClusterFinderNoWeightQuery
Takes in a filter object and some arguments, returns an SqlQuery object for cluster finder report without weighting.
Public methodStatic memberGetClusterFinderNoWeightSriQuery
Takes in a filter object and some arguments, returns an SqlQuery object for cluster finder report without weighting.
Public methodStatic memberGetClusterFinderNoWeightSriSegmentQuery
Takes in a filter object and some arguments, returns an SqlQuery object for cluster finder report without weighting.
Public methodStatic memberGetClusterFinderWithWeightCountyQuery
Takes in a filter object and some arguments, returns an SqlQuery object for cluster finder report with weighting.
Public methodStatic memberGetClusterFinderWithWeightMuniQuery
Takes in a filter object and some arguments, returns an SqlQuery object for cluster finder report with weighting.
Public methodStatic memberGetClusterFinderWithWeightQuery
Takes in a filter object and some arguments, returns an SqlQuery object for cluster finder report with weighting.
Public methodStatic memberGetClusterFinderWithWeightSriQuery
Takes in a filter object and some arguments, returns an SqlQuery object for cluster finder report with weighting.
Public methodStatic memberGetClusterFinderWithWeightSriSegmentQuery
Takes in a filter object and some arguments, returns an SqlQuery object for cluster finder report with weighting.
Public methodStatic memberGetCoalesceFunctionToken(Int32)
Returns a select clause coalesce function token.
Public methodStatic memberGetCoalesceFunctionToken(String, Int32)
Returns a select clause coalesce function token.
Public methodStatic memberGetColumnToken(String, String, Int32)
Returns a custom, default column token. Default name should be 'column'.
Public methodStatic memberGetColumnToken(String, String, String, Int32)
Returns a custom, default column token.
Public methodStatic memberGetColumnTokenNoBrackets(String, String, Int32)
Returns a column token with no brackets around the column.
Public methodStatic memberGetColumnTokenNoBrackets(String, String, String, Int32)
Returns a custom column token with no brackets around the column.
Public methodStatic memberGetColumnValuePairBetween
Returns a simple column value pair SqlQuery.
Public methodStatic memberGetColumnValuePairBetweenLower
Returns a simple column value pair SqlQuery with lower case operators for literal query use.
Public methodStatic memberGetColumnValuePairIn
Returns a simple column value pair SqlQuery.
Public methodStatic memberGetColumnValuePairInLower
Returns a simple column value pair SqlQuery with lower case operators for literal query use.
Public methodStatic memberGetColumnValuePairSimple
Returns a simple column value pair SqlQuery.
Public methodStatic memberGetCommaToken(Int32)
Returns a default comma token.
Public methodStatic memberGetCommaToken(String, Int32)
Returns a default comma token. Default name should be 'comma'.
Public methodStatic memberGetConvertFunctionToken(Int32)
Returns a select clause convert function token.
Public methodStatic memberGetConvertFunctionToken(String, Int32)
Returns a select clause convert function token.
Public methodStatic memberGetCountFunctionToken(Int32)
Returns a select clause count function token.
Public methodStatic memberGetCountFunctionToken(String, Int32)
Returns a select clause count function token.
Public methodStatic memberGetCrashOrientationBikeCountyQuery
Takes in a filter object and some arguments, returns an SqlQuery object for pedestrian crash orientations.
Public methodStatic memberGetCrashOrientationBikeMuniQuery
Takes in a filter object and some arguments, returns an SqlQuery object for pedestrian crash orientations.
Public methodStatic memberGetCrashOrientationBikeQuery
Takes in a filter object and some arguments, returns an SqlQuery object for bike crash orientations.
Public methodStatic memberGetCrashOrientationBikeSriQuery
Takes in a filter object and some arguments, returns an SqlQuery object for pedestrian crash orientations.
Public methodStatic memberGetCrashOrientationBikeSriSegmentQuery
Takes in a filter object and some arguments, returns an SqlQuery object for pedestrian crash orientations.
Public methodStatic memberGetCrashOrientationCrossMedianCountyQuery
Takes in a filter object and some arguments, returns an SqlQuery object for cross median crash orientations.
Public methodStatic memberGetCrashOrientationCrossMedianMuniQuery
Takes in a filter object and some arguments, returns an SqlQuery object for cross median crash orientations.
Public methodStatic memberGetCrashOrientationCrossMedianQuery
Takes in a filter object and some arguments, returns an SqlQuery object for cross median crash orientations.
Public methodStatic memberGetCrashOrientationCrossMedianSriQuery
Takes in a filter object and some arguments, returns an SqlQuery object for cross median crash orientations.
Public methodStatic memberGetCrashOrientationCrossMedianSriSegmentQuery
Takes in a filter object and some arguments, returns an SqlQuery object for cross median crash orientations.
Public methodStatic memberGetCrashOrientationLeftTurnCountyQuery
Returns a crash orientation left turn county query.
Public methodStatic memberGetCrashOrientationLeftTurnMuniQuery
Returns a crash orientation left turn muni query.
Public methodStatic memberGetCrashOrientationLeftTurnQuery
Takes in a filter object and some arguments, returns an SqlQuery object for right angle crash orientations.
Public methodStatic memberGetCrashOrientationLeftTurnSriQuery
Returns a crash orientation left turn SRI query.
Public methodStatic memberGetCrashOrientationLeftTurnSriSegmentQuery
Returns a crash orientation left turn SRI segment query.
Public methodStatic memberGetCrashOrientationPedCountyQuery
Takes in a filter object and some arguments, returns an SqlQuery object for pedestrian crash orientations.
Public methodStatic memberGetCrashOrientationPedMuniQuery
Takes in a filter object and some arguments, returns an SqlQuery object for pedestrian crash orientations.
Public methodStatic memberGetCrashOrientationPedQuery
Takes in a filter object and some arguments, returns an SqlQuery object for pedestrian crash orientations.
Public methodStatic memberGetCrashOrientationPedSriQuery
Takes in a filter object and some arguments, returns an SqlQuery object for pedestrian crash orientations.
Public methodStatic memberGetCrashOrientationPedSriSegmentQuery
Takes in a filter object and some arguments, returns an SqlQuery object for pedestrian crash orientations.
Public methodStatic memberGetCrashOrientationRightAngleCountyQuery
Takes in a filter object and some arguments, returns an SqlQuery object for right angle crash orientations.
Public methodStatic memberGetCrashOrientationRightAngleMuniQuery
Takes in a filter object and some arguments, returns an SqlQuery object for right angle crash orientations.
Public methodStatic memberGetCrashOrientationRightAngleQuery
Takes in a filter object and some arguments, returns an SqlQuery object for right angle crash orientations.
Public methodStatic memberGetCrashOrientationRightAngleSriQuery
Takes in a filter object and some arguments, returns an SqlQuery object for right angle crash orientations.
Public methodStatic memberGetCrashOrientationRightAngleSriSegmentQuery
Takes in a filter object and some arguments, returns an SqlQuery object for right angle crash orientations.
Public methodStatic memberGetCrashOrientationRunOffRoadCountyQuery
Takes in a filter object and some arguments, returns an SqlQuery object for fixed object crash orientations.
Public methodStatic memberGetCrashOrientationRunOffRoadMuniQuery
Takes in a filter object and some arguments, returns an SqlQuery object for fixed object crash orientations.
Public methodStatic memberGetCrashOrientationRunOffRoadQuery
Takes in a filter object and some arguments, returns an SqlQuery object for fixed object crash orientations.
Public methodStatic memberGetCrashOrientationRunOffRoadSriQuery
Takes in a filter object and some arguments, returns an SqlQuery object for fixed object crash orientations.
Public methodStatic memberGetCrashOrientationRunOffRoadSriSegmentQuery
Takes in a filter object and some arguments, returns an SqlQuery object for fixed object crash orientations.
Public methodStatic memberGetCrosstabAnalysisQuery
Returns a valid cross tab analysis query based on the given criteria.
Public methodStatic memberGetDecimalToken(Int32)
Returns a select clause decimal token.
Public methodStatic memberGetDecimalToken(String, Int32)
Returns a select clause decimal token.
Public methodStatic memberGetDecodeFunctionToken(String, Int32)
Returns a token used for running P4S decode functions, uses default token name.
Public methodStatic memberGetDecodeFunctionToken(String, String, Int32)
Returns a token used for running P4S decode functions, uses specified token name.
Public methodStatic memberGetDescToken(Int32)
Creates an order clause DESC token.
Public methodStatic memberGetDescToken(String, Int32)
Creates an order clause DESC token.
Public methodStatic memberGetDistinctColumnCount
Returns a query that represents a distinct column count.
Public methodStatic memberGetDistinctColumnValues(DataTable, String)
Returns a data table with distinct column values from the given criteria.
Public methodStatic memberGetDistinctColumnValues(String, String)
Returns a data table with distinct column values from the given criteria.
Public methodStatic memberGetDistinctCrashDataQuery
Generates a select distinct query given an SqlQuery object. Expects a coded core filter criteria query.
Public methodStatic memberGetDistinctCrashIdQuery
Generates a distinct crash ID sql query from the givne filter criteria.
Public methodStatic memberGetDistinctToken(Int32)
Returns a default distinct token.
Public methodStatic memberGetDistinctToken(String, Int32)
Returns a default distinct token. Default name should be 'distinct'.
Public methodStatic memberGetElderlyWorkflowCountyRanking
Returns the proper SQL to drive the elderly workflow county ranking.
Public methodStatic memberGetElderlyWorkflowCountyRankingGis
Returns the proper SQL to drive the elderly workflow county ranking.
Public methodStatic memberGetElderlyWorkflowCrashRanking
Returns the proper elderly workflow crash ranking query.
Public methodStatic memberGetElderlyWorkflowMuniRanking
Returns the proper SQL to drive the elderly workflow municipality ranking.
Public methodStatic memberGetElderlyWorkflowMuniRankingCountyGis
Returns the proper SQL to drive the elderly workflow municipality ranking, county GIS query.
Public methodStatic memberGetElderlyWorkflowMuniRankingMuniGis
Returns the proper SQL to drive the elderly workflow municipality ranking, muni GIS query.
Public methodStatic memberGetEqToken(Int32)
Returns a default equals token.
Public methodStatic memberGetEqToken(String, Int32)
Returns a default equals token. Default name should be 'operator'.
Public methodStatic memberGetFilterPopulationStatisticResultTableQrs
Generates population statistics for a given filter object. Returns a QueryResultSet that details the SQL execution.
Public methodStatic memberGetForToken(Int32)
Returns a for object.
Public methodStatic memberGetForToken(String, Int32)
Returns a for object.
Public methodStatic memberGetFrequencyAnalysisQuery(FilterObj, DataTable, DataTable, String, String)
Generates a valid frequency analysis query for the given criteria.
Public methodStatic memberGetFrequencyAnalysisQuery(FilterObj, DataTable, DataTable, String, String, String)
Generates a valid frequency analysis query for the given criteria.
Public methodStatic memberGetFrequencyAnalysisQuery2
Generates a valid frequency analysis query for the given criteria.
Public methodStatic memberGetFromToken(Int32)
Returns a from object.
Public methodStatic memberGetFromToken(String, Int32)
Returns a from object. Should have a default name of 'from'.
Public methodStatic memberGetFullJoinToken(Int32)
Returns a full join token with the default name, 'fulljoin'.
Public methodStatic memberGetFullJoinToken(String, Int32)
Returns a full join token with a custom name.
Public methodStatic memberGetGisCrashMapQuery
Returns a basic crash query for viewing on GIS map.
Public methodStatic memberGetGisCrashTypeMapQuery
Returns a basic crash query for viewing on GIS map.
Public methodStatic memberGetGisRefinementQuery
Returns a report used in the refinement of filter results via a GIS map.
Public methodStatic memberGetGroupByToken(Int32)
Returns a group by token with the default name.
Public methodStatic memberGetGroupByToken(String, Int32)
Returns a group by token with a provided name, default name is groupby.
Public methodStatic memberGetGtEqToken(Int32)
Returns a default greater than equal to token.
Public methodStatic memberGetGtEqToken(String, Int32)
Returns a default greater than equal to token. Default name should be 'operator'.
Public methodStatic memberGetGtToken(Int32)
Returns a default greater than token.
Public methodStatic memberGetGtToken(String, Int32)
Returns a default greater than token. Default name should be 'operator'.
Public methodStatic memberGetHavingToken(Int32)
Returns a having object.
Public methodStatic memberGetHavingToken(String, Int32)
Returns a having object. Should have a default name of 'having'.
Public methodStatic memberGetHiddenToken(String, Int32)
Creates an invisible token for encoding data into an SqlQuery object.
Public methodStatic memberGetHiddenToken(String, String, Int32)
Creates an invisible token for encoding data into an SqlQuery object.
Public methodStatic memberGetInnerJoinToken(Int32)
Returns an inner join token with the default name, 'innerjoin'.
Public methodStatic memberGetInnerJoinToken(String, Int32)
Returns an inner join token with a custom name.
Public methodStatic memberGetIntegerToken(String, Int32)
Returns an integer valued token, uses the default name.
Public methodStatic memberGetIntegerToken(String, String, Int32)
Returns an integer valued token, uses the specified name.
Public methodStatic memberGetIntersectionCrashRecords
Returns an intersection crash records query.
Public methodStatic memberGetIntersectionDetailsCoreQuery
Returns the core query that the intersection details queries are based on.
Public methodStatic memberGetIntersectionDetailsCrashTypeAndSeverityQuery
Returns an intersection details query by crash type and severity.
Public methodStatic memberGetIntersectionDetailsQueries
Returns a set of intersection details queries.
Public methodStatic memberGetIntersectionDiagramCrashData
Returns a crash data list for the given information.
Public methodStatic memberGetIntersectionDiagramCrashList
Returns a crash list for the given information
Public methodStatic memberGetIntersectionDiagramCrashTypeList
Returns a crash type list for the given information.
Public methodStatic memberGetIntersectionRankingCountyQuery
Takes in a filter object and some arguments, returns an SqlQuery object for intersection rankings by county.
Public methodStatic memberGetIntersectionRankingMuniQuery
Takes in a filter object and some arguments, returns an SqlQuery object for intersection rankings by municipality.
Public methodStatic memberGetIntersectionRankingQuery
Takes in a filter object and some arguments, returns an SqlQuery object for intersection rankings.
Public methodStatic memberGetInToken(Int32)
Returns a default in token.
Public methodStatic memberGetInToken(String, Int32)
Returns a default in token. Default name should be 'operator'.
Public methodStatic memberGetInValueToken(String, Int32)
Returns an IN clause value token.
Public methodStatic memberGetInValueToken(String, String, Int32)
Returns an IN clause value token.
Public methodStatic memberGetIsNotToken(Int32)
Returns an IS NOT token.
Public methodStatic memberGetIsNotToken(String, Int32)
Returns an IS NOT token.
Public methodStatic memberGetIsToken(Int32)
Returns an IS token.
Public methodStatic memberGetIsToken(String, Int32)
Returns an IS token.
Public methodStatic memberGetLeftJoinToken(Int32)
Returns the default left join token.
Public methodStatic memberGetLeftJoinToken(String, Int32)
Returns the default left join token. Default name should be 'leftjoin'.
Public methodStatic memberGetLikeToken(Int32)
Returns a default like token.
Public methodStatic memberGetLikeToken(String, Int32)
Returns a default like token. Defualt name should be 'operator'.
Public methodStatic memberGetLtEqToken(Int32)
Returns a default less than equal to token.
Public methodStatic memberGetLtEqToken(String, Int32)
Returns a default less than equal to token. Default name should be 'operator'.
Public methodStatic memberGetLtToken(Int32)
Returns a default greater than token.
Public methodStatic memberGetLtToken(String, Int32)
Returns a default greater than token. Default name should be 'operator'.
Public methodStatic memberGetMathConnectorToken(String, Int32)
Returns a math connector token +, -, /, * based on the specified operator.
Public methodStatic memberGetMathConnectorToken(String, String, Int32)
Returns a math connector token +, -, /, * based on the specified operator.
Public methodStatic memberGetNeqToken(Int32)
Returns a default not equals token.
Public methodStatic memberGetNeqToken(String, Int32)
Returns a default not equals token. Default name should be 'operator'.
Public methodStatic memberGetNullStringToken(Int32)
Returns a null string token, uses default token name.
Public methodStatic memberGetNullStringToken(String, Int32)
Returns a null string token, uses specified token name.
Public methodStatic memberGetNullToken(Int32)
Returns a db-null value token, uses default token name.
Public methodStatic memberGetNullToken(String, Int32)
Returns a db-null value token, uses specified token name.
Public methodStatic memberGetOnToken(Int32)
Returns a default on token.
Public methodStatic memberGetOnToken(String, Int32)
Returns a default on token. Default name should be 'on'.
Public methodStatic memberGetOpenFunctionToken(Int32)
Returns an open function token.
Public methodStatic memberGetOpenFunctionToken(String, Int32)
Returns an open function token with the default name.
Public methodStatic memberGetOpenGroupToken(Int32)
Returns the open group token, sets the name and token index. Indexes can be fixed using the normalize call on an SqlQuery object.
Public methodStatic memberGetOpenGroupToken(String, Int32)
Returns the open group token, sets the name and token index. Indexes can be fixed using the normalize call on an SqlQuery object. Should use 'groupOpen' as the default name.
Public methodStatic memberGetOperatorToken(String, Int32)
Returns a custom, default operator token.
Public methodStatic memberGetOperatorToken(String, String, Int32)
Returns a custom, default operator token. Defualt name should be 'operator'.
Public methodStatic memberGetOrderByToken(Int32)
Returns an SQL word ORDER BY token.
Public methodStatic memberGetOrderByToken(String, Int32)
Returns an SQL word ORDER BY token.
Public methodStatic memberGetOrToken(Int32)
Returns a default or token.
Public methodStatic memberGetOrToken(String, Int32)
Returns a default or token. Default name should be 'or'.
Public methodStatic memberGetPedCrashAllByAgeGroup
Returns all ped crash query by age group.
Public methodStatic memberGetPedCrashFatalByAgeGroup
Returns a ped fatal crash query by age group.
Public methodStatic memberGetPedCrashInjuredByAgeGroup
Returns a crash injured query by age group.
Public methodStatic memberGetPedCrashKsiByAgeGroup
Returns a crash KSI query by age group.
Public methodStatic memberGetPedPopulationByAgeGroup
Returns ped population by age group.
Public methodStatic memberGetPivotToken(Int32)
Returns a PIVOT token.
Public methodStatic memberGetPivotToken(String, Int32)
Returns a PIVOT token.
Public methodStatic memberGetReplaceFunctionToken(Int32)
Returns a select clause replace function token.
Public methodStatic memberGetReplaceFunctionToken(String, Int32)
Returns a select clause replace function token.
Public methodStatic memberGetReportQuery(FilterObj, DataTable, Int32, String)
Returns an SqlQuery object for the given filter report information.
Public methodStatic memberGetReportQuery(FilterObj, DataTable, DataTable, Int32, String)
Returns an SqlQuery object for the given filter report information.
Public methodStatic memberGetReportQuery(FilterObj, DataTable, DataTable, Int32, String, String, Boolean)
Returns an SqlQuery object for the given filter report information.
Public methodStatic memberGetReportResultTableQrp
Calculates a report result for the given criteria, returns a QueryResultPacket for the report query execution results.
Public methodStatic memberGetReportResultTableQrs(FilterObj, DataTable, String)
Returns a query result table for each report in a filter objects report set.
Public methodStatic memberGetReportResultTableQrs(FilterObj, DataTable, DataTable, String)
Returns a query result table for each report in a filter objects report set.
Public methodStatic memberGetReportResultTableQrs(FilterObj, DataTable, Int32, String)
Returns a query result table for a specific report index.
Public methodStatic memberGetReportResultTableQrs(FilterObj, DataTable, DataTable, Int32, String, String)
Returns a query result table for the given report index.
Public methodStatic memberGetReportResultTableQrs(FilterObj, DataTable, DataTable, Int32, String, String, Boolean)
Get a query return set for the given report.
Public methodStatic memberGetRightJoinToken(Int32)
Returns a right join token with the default name, 'rightjoin'.
Public methodStatic memberGetRightJoinToken(String, Int32)
Returns a right join token with a custom name.
Public methodStatic memberGetRoadwayHistogramCountyQuery
Returns a road histogram county query for the given information.
Public methodStatic memberGetRoadwayHistogramMuniQuery
Returns a road histogram municipality query for the given information.
Public methodStatic memberGetRoadwayHistogramQuery(FilterObj, DataTable, DataTable, String, String, String, String, String, String, String, String)
Generates a valid roadway histogram query for the given criteria.
Public methodStatic memberGetRoadwayHistogramQuery(FilterObj, DataTable, DataTable, String, String, String, String, String, String, String, String, String)
Generates a valid roadway histogram query for the given criteria.
Public methodStatic memberGetRoadwayHistogramSriQuery
Returns a road histogram SRI query for the given information.
Public methodStatic memberGetRoadwayHistogramSriSegmentQuery
Returns a road histogram SRI segment query for the given information.
Public methodStatic memberGetRoundFunctionToken(Int32)
Returns a select clause round function token.
Public methodStatic memberGetRoundFunctionToken(String, Int32)
Returns a select clause round function token.
Public methodStatic memberGetSelectAliasToken
Returns a select clause alias token.
Public methodStatic memberGetSelectAsToken
Returns a select clause as token.
Public methodStatic memberGetSelectFunctionColumnToken(String, String, Int32)
Returns a select clause function column token.
Public methodStatic memberGetSelectFunctionColumnToken(String, String, String, Int32)
Returns a select clause function column token.
Public methodStatic memberGetSelectToken(Int32)
Returns a default select token.
Public methodStatic memberGetSelectToken(String, Int32)
Returns a default select token. Should have 'select' as the default name.
Public methodStatic memberGetSqlWordToken
Returns a custom, default sql word/phrase token.
Public methodStatic memberGetStatisticQuerySet
LEGACY USED FOR TESTING, DOESN'T CALCULATE FORMULAS Get a set of statistic sql query objects, does not handle formulas. Expects a loaded filter object.
Public methodStatic memberGetStatisticResultTableQrs
Returns a table of values for the statistics in a given filter. Expects a loaded filter object. Returns a QueryResultSet object that has information about the query executed, if it failed, etc.
Public methodStatic memberGetStatisticSqlSet
LEGACY USED FOR TESTING, DOESN'T CALCULATE FORMULAS Get a set of statistic sql queries, does not handle formulas. Expects a loaded filter object.
Public methodStatic memberGetSumFunctionToken(Int32)
Returns a select clause sum function token.
Public methodStatic memberGetSumFunctionToken(String, Int32)
Returns a select clause sum function token.
Public methodStatic memberGetTableColumnSetForReport(ReportObj)
For the given report object return a set of tables and columns used by the report query.
Public methodStatic memberGetTableColumnSetForReport(SqlQuery)
For the given report object return a set of tables and columns used by the report query.
Public methodStatic memberGetTableFormulaSetForReport
Returns a list of formulas in a given report object.
Public methodStatic memberGetTableGeoRowCountSql(String, FilterObj, DataTable)
Returns a geo coded row count query in sql form.
Public methodStatic memberGetTableGeoRowCountSql(String, SqlQuery, DataTable)
Returns a geo coded row count query in sql form.
Public methodStatic memberGetTableRowCountSql(String, FilterObj, DataTable)
Generate a table row count sql query.
Public methodStatic memberGetTableRowCountSql(String, SqlQuery, DataTable)
Generate a table row count sql query.
Public methodStatic memberGetTableRowCountSqlQuery(String, FilterObj, DataTable)
Returns a table row count SqlQuery object.
Public methodStatic memberGetTableRowCountSqlQuery(String, FilterObj, DataTable, Boolean)
Returns a table row count query using GPS encoding check in the where clause.
Public methodStatic memberGetTableRowCountSqlQuery(String, SqlQuery, DataTable, Boolean)
Generate a table row count sql query object.
Public methodStatic memberGetTableSetForReport(ReportObj)
Returns a unique list of tables used by the given ReportObj.
Public methodStatic memberGetTableSetForReport(SqlQuery, SqlQuery)
Returns a list of table reference by a report query.
Public methodStatic memberGetTableSetForReportWithCrash
Returns a unique list of tables used by the given SqlQuery objects.
Public methodStatic memberGetTableSubset(DataTable, String, List String )
Returns a sub table based on column matches against a data table.
Public methodStatic memberGetTableSubset(DataTable, String, String, String, String)
Returns a sub table based on column matches against a data table.
Public methodStatic memberGetTableToken
Returns a tbale token.
Public methodStatic memberGetTopCountToken(String, Int32)
Returns a select clause COUNT token.
Public methodStatic memberGetTopCountToken(String, String, Int32)
Returns a select clause COUNT token.
Public methodStatic memberGetTopToken(Int32)
Returns a select clause TOP token.
Public methodStatic memberGetTopToken(String, Int32)
Returns a select clause TOP token.
Public methodStatic memberGetUnionToken(Int32)
Returns UNION token.
Public methodStatic memberGetUnionToken(String, Int32)
Returns UNION token.
Public methodStatic memberGetValueToken(String, Int32, SqlDataType)
Returns a custom, default value token.
Public methodStatic memberGetValueToken(String, String, Int32, SqlDataType)
Returns a custom, default value token. Default name should be 'value'.
Public methodStatic memberGetWhereToken(Int32)
Returns a default where token.
Public methodStatic memberGetWhereToken(String, Int32)
Returns a default where token. Defualt name should be 'where'.
Public methodStatic memberSearchDataTable(DataTable, String, String)
Searches a data table for a row that has a specific value at the specified column. Uses string ToLower().ToTrim() comparison.
Public methodStatic memberSearchDataTable(DataTable, String, String, String, String)
Searches the given DataTable for matches on both column value parameters passed in.
Public methodStatic memberSearchDataTable(DataTable, String, String, String, String, String, String)
Searches a datatable and returns the first row that matches on the 3 column, value pairs.
Public methodStatic memberSearchForColumnValuePair
Search a list for a column value pair.
Public methodStatic memberSelectEntryAsStatisticQuery
Combines a set of SqlSelectEntry objects into an SqlQuery object.
Public methodStatic memberStatisticQueryAsHtml
Returns an HTML representation of the passed in SqlQuery object. Expects a coded or literal core select criteria query.
Public methodStatic memberStatisticQueryAsSelectEntry
Parses a valid statistic query and returns a list of select entry objects. Expects a coded core select criteria query.
Back to Top
Fields

  NameDescription
Public fieldStatic memberSTAT_RESULTS_ERROR_LOG
Holds a list of web service errors from running a stat query set. Deprecated, updated method uses a QueryResultSet.
Public fieldStatic memberSTAT_RESULTS_SQL_LOG
Holds a list of SQL queries generated when calculating statistics. Deprecated, updated method uses a QueryResultSet.
Back to Top
See Also