|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClauseFactory | |
dods.dap.parser | This package contains JavaCC generated DAP parser classes. |
dods.dap.Server | This package contains the DODS Server classes. |
dods.servers.sql | This package contains the DODS Relational Databse Server (DRDS). |
Uses of ClauseFactory in dods.dap.parser |
Methods in dods.dap.parser with parameters of type ClauseFactory | |
void |
ExprParser.constraint_expression(CEEvaluator ceEval,
BaseTypeFactory factory,
ClauseFactory clauseFactory)
This is the entry point for the Constraint expression parser. |
Uses of ClauseFactory in dods.dap.Server |
Constructors in dods.dap.Server with parameters of type ClauseFactory | |
CEEvaluator(ServerDDS dds,
ClauseFactory clauseFactory)
Construct a new CEEvaluator with dds as the
DDS object with which to resolve all variable and function names, and
clauseFactory as a source of Clause objects. |
Uses of ClauseFactory in dods.servers.sql |
Subclasses of ClauseFactory in dods.servers.sql | |
class |
SqlClauseFac
Generates Clause objects for the constraint expression parser. |
Constructors in dods.servers.sql with parameters of type ClauseFactory | |
sqlCEEval(ServerDDS dds,
ClauseFactory clauseFactory)
Construct a new sqlCEEvaluator with dds as the
DDS object with which to resolve all variable and function names, and
clauseFactory as a source of Clause objects . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |