Package com.saperion.constants
Class SaPatterns
java.lang.Object
com.saperion.constants.SaPatterns
Interfaces which hold precompile Patterns.
- Author:
- dam
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Pattern
precompiled Pattern for group by or order by .static final Pattern
precompiled Clause to extract the Column Name.static final Pattern
precompiled Pattern.static final Pattern
precompiled Clause to extract the Definition Name.static final Pattern
Precompiled pattern to match a file-extension at the end of the input consisting of 2-4 word characters.static final Pattern
from pattern.static final Pattern
precompiled Pattern for from.static final Pattern
precompiled Group By pattern.static final Pattern
precompiled Order By pattern.static final Pattern
select pattern.static final Pattern
precompiled Pattern for select.static final Pattern
precompiled Pattern for select.static final Pattern
precompiled Clause to extract the Column Name with special characters.static final Pattern
precompiled Pattern for where. -
Method Summary
-
Field Details
-
FROM
from pattern. -
SELECT
select pattern. -
CONTAINS_PRESENT
precompiled Pattern. -
SELECT_PRESENT
precompiled Pattern for select. -
SELECT_CLAUSE
precompiled Pattern for select. -
WHERE_CLAUSE
precompiled Pattern for where. -
AGGREGATE_CLAUSE
precompiled Pattern for group by or order by . -
ORDERBY_CLAUSE
precompiled Order By pattern. -
GROUPBY_CLAUSE
precompiled Group By pattern. -
FROM_CLAUSE
precompiled Pattern for from. -
DDC_NAME_CLAUSE
precompiled Clause to extract the Definition Name. -
COLUMN_NAME_CLAUSE
precompiled Clause to extract the Column Name. -
SPECIAL_COLUMN_NAME_CLAUSE
precompiled Clause to extract the Column Name with special characters. -
FILE_EXTENSION
Precompiled pattern to match a file-extension at the end of the input consisting of 2-4 word characters. The extension is grouped.
-