Uses of Class
org.teiid.metadata.FunctionMethod
-
Packages that use FunctionMethod Package Description org.teiid.language org.teiid.metadata org.teiid.translator -
-
Uses of FunctionMethod in org.teiid.language
Methods in org.teiid.language that return FunctionMethod Modifier and Type Method Description FunctionMethodFunction. getMetadataObject()Methods in org.teiid.language with parameters of type FunctionMethod Modifier and Type Method Description voidFunction. setMetadataObject(FunctionMethod metadataObject) -
Uses of FunctionMethod in org.teiid.metadata
Methods in org.teiid.metadata that return FunctionMethod Modifier and Type Method Description FunctionMethodMetadataFactory. addFunction(String name)Add a function with the given name to the model.FunctionMethodMetadataFactory. addFunction(String name, Method method)Adds a non-pushdown function based upon the givenMethod.FunctionMethodMetadataFactory. addFunction(String name, String returnType, String... paramTypes)Add a function with the given name to the model.static FunctionMethodMetadataFactory. createFunctionFromMethod(String name, Method method)static FunctionMethodFunctionMethod. createFunctionMethod(String name, String description, String category, String returnType, String... paramTypes)FunctionMethodSchema. getFunction(String uid)Get a function by uidFunctionMethodFunctionParameter. getParent()Methods in org.teiid.metadata that return types with arguments of type FunctionMethod Modifier and Type Method Description NavigableMap<String,FunctionMethod>Schema. getFunctions()Get the functions defined in this schema in a map of uuid toFunctionMethodList<FunctionMethod>Schema. removeFunctions(String functionName)Methods in org.teiid.metadata with parameters of type FunctionMethod Modifier and Type Method Description voidMetadataFactory. addFunction(FunctionMethod functionMethod)voidSchema. addFunction(FunctionMethod function)static voidFunctionMethod. convertExtensionMetadata(Procedure procedureRecord, FunctionMethod function)voidFunctionParameter. setParent(FunctionMethod functionMethod) -
Uses of FunctionMethod in org.teiid.translator
Methods in org.teiid.translator that return FunctionMethod Modifier and Type Method Description protected FunctionMethodExecutionFactory. addPushDownFunction(String qualifier, String name, String returnType, String... paramTypes)Adds a pushdown function.Methods in org.teiid.translator that return types with arguments of type FunctionMethod Modifier and Type Method Description List<FunctionMethod>BaseDelegatingExecutionFactory. getPushDownFunctions()List<FunctionMethod>ExecutionFactory. getPushDownFunctions()Get a list ofFunctionMethods that will be contributed to the SYS schema.
-