|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BoolFunction | |
---|---|
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 BoolFunction in dods.dap.Server |
---|
Fields in dods.dap.Server declared as BoolFunction | |
---|---|
protected BoolFunction |
BoolFunctionClause.function
|
protected BoolFunction |
BoolFunctionClause.function
|
Methods in dods.dap.Server that return BoolFunction | |
---|---|
BoolFunction |
FunctionLibrary.getBoolFunction(String name)
Retrieves a boolean function from the library. |
BoolFunction |
FunctionLibrary.getBoolFunction(String name)
Retrieves a boolean function from the library. |
BoolFunction |
BoolFunctionClause.getFunction()
Returns the server-side function invoked by this clause |
BoolFunction |
BoolFunctionClause.getFunction()
Returns the server-side function invoked by this clause |
Constructors in dods.dap.Server with parameters of type BoolFunction | |
---|---|
BoolFunctionClause(BoolFunction function,
List children)
Creates a new BoolFunctionClause. |
|
BoolFunctionClause(BoolFunction function,
List children)
Creates a new BoolFunctionClause. |
Uses of BoolFunction in dods.servers.sql |
---|
Subinterfaces of BoolFunction in dods.servers.sql | |
---|---|
interface |
SqlBoolFunction
Represents a server side function that is SQL enabled. |
Classes in dods.servers.sql that implement BoolFunction | |
---|---|
class |
SSFunique
Server side function for the DRDS. invoking this function in the DODS URL will cause the DRDS to only return those rows of the result that are unique. |
Uses of BoolFunction in dods.servers.test |
---|
Classes in dods.servers.test that implement BoolFunction | |
---|---|
class |
SSFdummy
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |