Uses of Class
org.teiid.metadata.FunctionMethod.PushDown
-
Packages that use FunctionMethod.PushDown Package Description org.teiid.metadata -
-
Uses of FunctionMethod.PushDown in org.teiid.metadata
Methods in org.teiid.metadata that return FunctionMethod.PushDown Modifier and Type Method Description FunctionMethod.PushDownFunctionMethod. getPushdown()Get pushdown property of methodstatic FunctionMethod.PushDownFunctionMethod.PushDown. valueOf(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 Modifier and Type Method Description voidFunctionMethod. setPushdown(FunctionMethod.PushDown pushdown)Set pushdown property of methodConstructors in org.teiid.metadata with parameters of type FunctionMethod.PushDown Constructor Description FunctionMethod(String name, String description, String category, FunctionMethod.PushDown pushdown, String invocationClass, String invocationMethod, List<FunctionParameter> inputParams, FunctionParameter outputParam, boolean nullOnNull, FunctionMethod.Determinism deterministic)
-