|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FunctionMethod.PushDown | |
|---|---|
| org.teiid.metadata | |
| Uses of FunctionMethod.PushDown in org.teiid.metadata |
|---|
| Methods in org.teiid.metadata that return FunctionMethod.PushDown | |
|---|---|
FunctionMethod.PushDown |
FunctionMethod.getPushdown()
Get pushdown property of method |
static FunctionMethod.PushDown |
FunctionMethod.PushDown.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FunctionMethod.PushDown[] |
FunctionMethod.PushDown.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.teiid.metadata with parameters of type FunctionMethod.PushDown | |
|---|---|
void |
FunctionMethod.setPushdown(FunctionMethod.PushDown pushdown)
Set pushdown property of method |
| Constructors in org.teiid.metadata with parameters of type FunctionMethod.PushDown | |
|---|---|
FunctionMethod(java.lang.String name,
java.lang.String description,
java.lang.String category,
FunctionMethod.PushDown pushdown,
java.lang.String invocationClass,
java.lang.String invocationMethod,
FunctionParameter[] inputParams,
FunctionParameter outputParam,
boolean nullOnNull,
FunctionMethod.Determinism deterministic)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||