Uses of Class
org.teiid.metadata.FunctionParameter
-
Packages that use FunctionParameter Package Description org.teiid.metadata -
-
Uses of FunctionParameter in org.teiid.metadata
Fields in org.teiid.metadata with type parameters of type FunctionParameter Modifier and Type Field Description protected List<FunctionParameter>FunctionMethod. inParametersMethods in org.teiid.metadata that return FunctionParameter Modifier and Type Method Description FunctionParameterFunctionMethod. getOutputParameter()Get output/return parameter.Methods in org.teiid.metadata that return types with arguments of type FunctionParameter Modifier and Type Method Description List<FunctionParameter>FunctionMethod. getInputParameters()Get input parametersMethods in org.teiid.metadata with parameters of type FunctionParameter Modifier and Type Method Description voidFunctionMethod. setOutputParameter(FunctionParameter param)Set output/return parameter.Method parameters in org.teiid.metadata with type arguments of type FunctionParameter Modifier and Type Method Description voidFunctionMethod. setInputParameters(List<FunctionParameter> params)Set input parameters.Constructors in org.teiid.metadata with parameters of type FunctionParameter Constructor Description FunctionMethod(String name, String description, String category, String invocationClass, String invocationMethod, FunctionParameter[] inputParams, FunctionParameter outputParam)FunctionMethod(String name, String description, String category, FunctionMethod.PushDown pushdown, String invocationClass, String invocationMethod, List<FunctionParameter> inputParams, FunctionParameter outputParam, boolean nullOnNull, FunctionMethod.Determinism deterministic)FunctionMethod(String name, String description, String category, FunctionParameter[] inputParams, FunctionParameter outputParam)Constructor parameters in org.teiid.metadata with type arguments of type FunctionParameter 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)
-