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
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP