public final class SaPatterns extends Object
Modifier and Type | Field and Description |
---|---|
static Pattern |
AGGREGATE_CLAUSE
precompiled Pattern for group by or order by .
|
static Pattern |
CONTAINS_PRESENT
precompiled Pattern.
|
static Pattern |
DDC_NAME_CLAUSE
precompiled Clause to extract the Definition Name.
|
static Pattern |
FILE_EXTENSION
Precompiled pattern to match a file-extension at the end of the input consisting of 2-4 word
characters.
|
static Pattern |
FROM
from pattern.
|
static Pattern |
FROM_CLAUSE
precompiled Pattern for from.
|
static Pattern |
GROUPBY_CLAUSE
precompiled Group By pattern.
|
static Pattern |
ORDERBY_CLAUSE
precompiled Order By pattern.
|
static Pattern |
SELECT
select pattern.
|
static Pattern |
SELECT_CLAUSE
precompiled Pattern for select.
|
static Pattern |
SELECT_PRESENT
precompiled Pattern for select.
|
static Pattern |
WHERE_CLAUSE
precompiled Pattern for where.
|
public static final Pattern FROM
public static final Pattern SELECT
public static final Pattern CONTAINS_PRESENT
public static final Pattern SELECT_PRESENT
public static final Pattern SELECT_CLAUSE
public static final Pattern WHERE_CLAUSE
public static final Pattern AGGREGATE_CLAUSE
public static final Pattern ORDERBY_CLAUSE
public static final Pattern GROUPBY_CLAUSE
public static final Pattern FROM_CLAUSE
public static final Pattern DDC_NAME_CLAUSE
public static final Pattern FILE_EXTENSION
Copyright © 2016 SAPERION AG. All rights reserved.