| java.lang.Object org.jpox.store.expression.MatchExpressionParser
MatchExpressionParser | class MatchExpressionParser (Code) | | Parser for a Match Expression.
version: $Revision: 1.8 $ |
MatchExpressionParser | public MatchExpressionParser(String input, char zeroOrMoreChar, char anyChar, char escapeChar)(Code) | | Constructor
Parameters: input - The input string Parameters: zeroOrMoreChar - The pattern string for representing zero or more characters.Most of databases will use the percent sign character. Parameters: anyChar - The pattern string for representing one character.Most of databases will use the underscore character. Parameters: escapeChar - The pattern string for representing to escape zeroOrMoreChar or anyChar.Most of databases will use the backslash \ character. |
parsePattern | public String parsePattern()(Code) | | Parse a pattern expression
the parsed expression |
|
|