Class SaPatterns

java.lang.Object
com.saperion.constants.SaPatterns

public final class SaPatterns extends Object
Interfaces which hold precompile Patterns.
Author:
dam
  • Field Details

    • FROM

      public static final Pattern FROM
      from pattern.
    • SELECT

      public static final Pattern SELECT
      select pattern.
    • CONTAINS_PRESENT

      public static final Pattern CONTAINS_PRESENT
      precompiled Pattern.
    • SELECT_PRESENT

      public static final Pattern SELECT_PRESENT
      precompiled Pattern for select.
    • SELECT_CLAUSE

      public static final Pattern SELECT_CLAUSE
      precompiled Pattern for select.
    • WHERE_CLAUSE

      public static final Pattern WHERE_CLAUSE
      precompiled Pattern for where.
    • AGGREGATE_CLAUSE

      public static final Pattern AGGREGATE_CLAUSE
      precompiled Pattern for group by or order by .
    • ORDERBY_CLAUSE

      public static final Pattern ORDERBY_CLAUSE
      precompiled Order By pattern.
    • GROUPBY_CLAUSE

      public static final Pattern GROUPBY_CLAUSE
      precompiled Group By pattern.
    • FROM_CLAUSE

      public static final Pattern FROM_CLAUSE
      precompiled Pattern for from.
    • DDC_NAME_CLAUSE

      public static final Pattern DDC_NAME_CLAUSE
      precompiled Clause to extract the Definition Name.
    • COLUMN_NAME_CLAUSE

      public static final Pattern COLUMN_NAME_CLAUSE
      precompiled Clause to extract the Column Name.
    • SPECIAL_COLUMN_NAME_CLAUSE

      public static final Pattern SPECIAL_COLUMN_NAME_CLAUSE
      precompiled Clause to extract the Column Name with special characters.
    • FILE_EXTENSION

      public static final Pattern 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.