Uses of Interface
dods.dap.Server.BTFunction

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

Uses of BTFunction in dods.dap.Server
 

Fields in dods.dap.Server declared as BTFunction
protected  BTFunction BTFunctionClause.function
           
 

Methods in dods.dap.Server that return BTFunction
 BTFunction BTFunctionClause.getFunction()
          Returns the server-side function invoked by this clause
 BTFunction FunctionLibrary.getBTFunction(java.lang.String name)
          Retrieves a BaseType function from the library.
 

Constructors in dods.dap.Server with parameters of type BTFunction
BTFunctionClause(BTFunction function, java.util.List children)
          Creates a new BTFunctionClause.
 

Uses of BTFunction in dods.servers.sql
 

Subinterfaces of BTFunction in dods.servers.sql
 interface SqlBTFunction
          Represents a server side function that is SQL enabled.
 

Uses of BTFunction in dods.servers.test
 

Classes in dods.servers.test that implement BTFunction
 class SSFdummyval