|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Class Summary | |
|---|---|
| TinyQBuilder | A helper class to allow easy programmatic construction of TinyQ expressions. |
| Enum Summary | |
|---|---|
| Operator | Enum describing operators in the TinyQuery language. |
| Exception Summary | |
|---|---|
| TinyQBuilder.BuilderException | Base class of exceptions thrown when errors occur while building a TinyQ query expression. |
| TinyQBuilder.InvalidExpressionTypeException | Exception thrown if an operator is appended in an invalid position. |
| TinyQBuilder.InvalidOperandException | Exception thrown if an invalid operand is supplied to a TinyQ operator. |
Contains support for a tiny query expression language designed for use with URL's.
The operator lexical representations are designed to fit in the non-reserved character set defined by RFC 3986 and to be smaller than "percent-encoded" representations of more desirable lexical operator representations. The following operators are provided in the TinyQ language:
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||