|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FunctionMethod | |
|---|---|
| org.teiid.language | |
| org.teiid.metadata | |
| org.teiid.translator | |
| Uses of FunctionMethod in org.teiid.language |
|---|
| Methods in org.teiid.language that return FunctionMethod | |
|---|---|
FunctionMethod |
Function.getMetadataObject()
|
| Methods in org.teiid.language with parameters of type FunctionMethod | |
|---|---|
void |
Function.setMetadataObject(FunctionMethod metadataObject)
|
| Uses of FunctionMethod in org.teiid.metadata |
|---|
| Methods in org.teiid.metadata that return FunctionMethod | |
|---|---|
FunctionMethod |
MetadataFactory.addFunction(java.lang.String name)
Add a function with the given name to the model. |
| Methods in org.teiid.metadata that return types with arguments of type FunctionMethod | |
|---|---|
java.util.Map<java.lang.String,FunctionMethod> |
Schema.getFunctions()
Get the functions defined in this schema |
| Methods in org.teiid.metadata with parameters of type FunctionMethod | |
|---|---|
void |
Schema.addFunction(FunctionMethod function)
|
| Uses of FunctionMethod in org.teiid.translator |
|---|
| Methods in org.teiid.translator that return FunctionMethod | |
|---|---|
protected FunctionMethod |
ExecutionFactory.addPushDownFunction(java.lang.String qualifier,
java.lang.String name,
java.lang.String returnType,
java.lang.String... paramTypes)
|
| Methods in org.teiid.translator that return types with arguments of type FunctionMethod | |
|---|---|
java.util.List<FunctionMethod> |
BaseDelegatingExecutionFactory.getPushDownFunctions()
|
java.util.List<FunctionMethod> |
ExecutionFactory.getPushDownFunctions()
Get a list of FunctionMethods that will be contributed to the SYS schema. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||