org.teiid.query.function
Class SystemFunctionManager

java.lang.Object
  extended by org.teiid.query.function.SystemFunctionManager

public class SystemFunctionManager
extends java.lang.Object


Constructor Summary
SystemFunctionManager()
           
 
Method Summary
 FunctionLibrary getSystemFunctionLibrary()
           
 FunctionTree getSystemFunctions()
           
 boolean isAllowEnvFunction()
           
 void setAllowEnvFunction(boolean allowEnvFunction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemFunctionManager

public SystemFunctionManager()
Method Detail

getSystemFunctions

public FunctionTree getSystemFunctions()

getSystemFunctionLibrary

public FunctionLibrary getSystemFunctionLibrary()

isAllowEnvFunction

public boolean isAllowEnvFunction()

setAllowEnvFunction

public void setAllowEnvFunction(boolean allowEnvFunction)


Copyright © 2011. All Rights Reserved.