public interface ExpressionFunctionURIs
Modifier and Type | Field and Description |
---|---|
static String |
AND
Operator used to AND conditions together.
|
static String |
J_contains
Function identfier for "L contains string literal R", generated by Rewrite.
|
static String |
J_containsInsensitive |
static String |
J_EndsWith
Function identfier for "L endsWith string literal R", generated by Rewrite.
|
static String |
J_endsWithInsensitive |
static String |
J_startsWith
Function identfier for "L startsWith string literal R", generated by Rewrite.
|
static String |
J_startsWithInsensitive |
static String |
prefix |
static String |
Q_StringMatch
Function identifier for RDQL-style string-match operation.
|
static final String prefix
static final String AND
static final String J_EndsWith
static final String J_startsWith
static final String J_startsWithInsensitive
static final String J_endsWithInsensitive
static final String J_contains
static final String J_containsInsensitive
static final String Q_StringMatch
Licenced under the Apache License, Version 2.0