| Modifier and Type | Class and Description |
|---|---|
class |
CustomParseException
The Class CustomParseException.
|
| Modifier and Type | Method and Description |
|---|---|
ParseException |
EhcacheSearchParser.generateParseException()
Generate ParseException.
|
| Modifier and Type | Method and Description |
|---|---|
MAggregate |
EhcacheSearchParser.Aggregate()
Aggregate production.
|
MAttribute |
EhcacheSearchParser.Attribute()
And attibute.
|
String |
EhcacheSearchParser.CacheName() |
MCriteria |
EhcacheSearchParser.Criteria()
One monolithic criteria.
|
void |
EhcacheSearchParser.GroupBy()
Group by production.
|
MCriteria |
EhcacheSearchParser.ILikeCriteria(MAttribute attr)
An ilike criteria completion production.
|
MCriteria |
EhcacheSearchParser.InCriteria(MAttribute attr)
A IN criteria completion production.
|
InteractiveCmd |
EhcacheSearchParser.InteractiveCommand() |
MCriteria |
EhcacheSearchParser.IsBetweenCriteria(MAttribute attr)
A isbetween production completion.
|
MCriteria |
EhcacheSearchParser.LikeCriteria(MAttribute attr)
A like criteria completion production.
|
void |
EhcacheSearchParser.Limit()
Limit production.
|
void |
EhcacheSearchParser.OrderBy()
Order by production.
|
MCriteria |
EhcacheSearchParser.PCriteria()
A parenthesized criterium.
|
void |
EhcacheSearchParser.PostScript()
THe tail end of a select statement, covering group by, order by and limit.
|
ParseModel |
EhcacheSearchParser.QueryStatement()
Select production.
|
MCriteria |
EhcacheSearchParser.SimpleCriteria()
A 'simple' criteria production, i.e.
|
MCriteria.SimpleOp |
EhcacheSearchParser.SimpleCriteriaOp()
A 'simple' criteria operation, like equals, not equals, less than, etc.
|
net.sf.ehcache.search.parser.EhcacheSearchParser.StringAndToken |
EhcacheSearchParser.SingleQuotedString()
Single quoted string.
|
void |
EhcacheSearchParser.SingleTarget()
A single target for selecting into.
|
MCriteria |
EhcacheSearchParser.SQLBetweenCriteria(MAttribute attr)
A SQL-92 between production completion.
|
void |
EhcacheSearchParser.TargetList()
List of targets to retrieve in a select.
|
String |
EhcacheSearchParser.UnQuotedString()
Unquoted string.
|
String |
EhcacheSearchParser.UseCache()
Production for specifying a cache to use.
|
String |
EhcacheSearchParser.UseCacheManager()
Production for specifying a cache manager to use.
|
MValue |
EhcacheSearchParser.Value()
Value.
|
static Date |
ParserSupport.variantDateParse(String s)
Variant date parse.
|
| Constructor and Description |
|---|
CustomParseException(ParseException pe) |
Copyright © 2003–2024 Terracotta, Inc.. All rights reserved.