|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
protected BTFunction |
BTFunctionClause.function
|
Methods in dods.dap.Server that return BTFunction | |
---|---|
BTFunction |
FunctionLibrary.getBTFunction(String name)
Retrieves a BaseType function from the library. |
BTFunction |
FunctionLibrary.getBTFunction(String name)
Retrieves a BaseType function from the library. |
BTFunction |
BTFunctionClause.getFunction()
Returns the server-side function invoked by this clause |
BTFunction |
BTFunctionClause.getFunction()
Returns the server-side function invoked by this clause |
Constructors in dods.dap.Server with parameters of type BTFunction | |
---|---|
BTFunctionClause(BTFunction function,
List children)
Creates a new BTFunctionClause. |
|
BTFunctionClause(BTFunction function,
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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |