CouchRS.Grammar.KeyOutputTransformation |
Name | Description |
---|---|
CouchCommandVisitor | Traverses the ParseTree produced when the text command is parsed as CouchQuery syntax, and builds up the request(s) that will be issued to the CouchDB server. Notice the similar approach to the JsonVisitor class - that's because Alex is a genius and Jim likes to copy him. :-) |
CouchQueryParameterVisitor | Visits a CouchQuery command text and produces a collection of CouchQueryParameters used in the command. |
CouchRequestContainer | |
SeeNoSQLGrammar |