|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.teiid.query.function.source.SystemSource
public class SystemSource
This metadata source has metadata for the hard-coded system functions. All system functions are described by this metadata.
| Field Summary |
|---|
| Fields inherited from interface org.teiid.query.function.metadata.FunctionCategoryConstants |
|---|
CONVERSION, DATETIME, MISCELLANEOUS, NUMERIC, SECURITY, STRING, SYSTEM, XML |
| Constructor Summary | |
|---|---|
SystemSource(boolean allowEnvFunction)
Construct a source of system metadata. |
|
| Method Summary | |
|---|---|
java.util.Collection<FunctionMethod> |
getFunctionMethods()
Get all function signatures for this metadata source. |
java.lang.Class<?> |
getInvocationClass(java.lang.String className)
Sources are returned from the system classpath. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SystemSource(boolean allowEnvFunction)
| Method Detail |
|---|
public java.util.Collection<FunctionMethod> getFunctionMethods()
getFunctionMethods in interface FunctionMetadataSourceFunctionMethods
public java.lang.Class<?> getInvocationClass(java.lang.String className)
throws java.lang.ClassNotFoundException
getInvocationClass in interface FunctionMetadataSourceclassName - Name of class
java.lang.ClassNotFoundException - If class could not be found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||