|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerSideFunction | |
---|---|
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 ServerSideFunction in dods.dap.Server |
---|
Subinterfaces of ServerSideFunction in dods.dap.Server | |
---|---|
interface |
BoolFunction
Represents a server-side function, which evaluates to a boolean value. |
interface |
BTFunction
Represents a server-side function, which evaluates to a BaseType. |
Methods in dods.dap.Server with parameters of type ServerSideFunction | |
---|---|
void |
FunctionLibrary.add(ServerSideFunction function)
Adds a function to the library. |
void |
FunctionLibrary.add(ServerSideFunction function)
Adds a function to the library. |
Uses of ServerSideFunction in dods.servers.sql |
---|
Subinterfaces of ServerSideFunction in dods.servers.sql | |
---|---|
interface |
SqlBoolFunction
Represents a server side function that is SQL enabled. |
interface |
SqlBTFunction
Represents a server side function that is SQL enabled. |
Classes in dods.servers.sql that implement ServerSideFunction | |
---|---|
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 ServerSideFunction in dods.servers.test |
---|
Classes in dods.servers.test that implement ServerSideFunction | |
---|---|
class |
SSFdummy
|
class |
SSFdummyval
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |