|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.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 com.metamatrix.query.function.metadata.FunctionCategoryConstants |
|---|
CONVERSION, DATETIME, MISCELLANEOUS, NUMERIC, SECURITY, STRING, SYSTEM, XML |
| Constructor Summary | |
|---|---|
SystemSource()
Construct a source of system metadata. |
|
| Method Summary | |
|---|---|
java.util.Collection |
getFunctionMethods()
Get all function signatures for this metadata source. |
java.lang.Class |
getInvocationClass(java.lang.String className)
Sources are returned from the system classpath. |
void |
loadFunctions(java.io.InputStream source)
Never need to reload - do nothing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SystemSource()
| Method Detail |
|---|
public java.util.Collection 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
public void loadFunctions(java.io.InputStream source)
throws java.io.IOException
loadFunctions in interface FunctionMetadataSourcejava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||