Uses of Class
dods.dap.Server.FunctionLibrary

Packages that use FunctionLibrary
dods.dap.Server This package contains the DODS Server classes. 
dods.servers.sql This package contains the DODS Relational Databse Server (DRDS). 
 

Uses of FunctionLibrary in dods.dap.Server
 

Fields in dods.dap.Server declared as FunctionLibrary
protected  FunctionLibrary ClauseFactory.functionLibrary
           
 

Constructors in dods.dap.Server with parameters of type FunctionLibrary
ClauseFactory(FunctionLibrary functionLibrary)
          Creates a clause factory which uses the specified function library.
 

Uses of FunctionLibrary in dods.servers.sql
 

Constructors in dods.servers.sql with parameters of type FunctionLibrary
SqlClauseFac(FunctionLibrary functionLibrary)
          Creates a new clause factory.