Uses of Class
org.teiid.api.exception.query.FunctionExecutionException

Packages that use FunctionExecutionException
org.teiid.query.function   
org.teiid.query.function.aggregate   
org.teiid.query.function.source   
org.teiid.query.processor.relational   
org.teiid.query.processor.xml   
 

Uses of FunctionExecutionException in org.teiid.query.function
 

Methods in org.teiid.query.function that throw FunctionExecutionException
static java.lang.Object FunctionMethods.commandPayload(CommandContext context, java.lang.String param)
           
static java.lang.Object FunctionMethods.context(java.lang.Object context, java.lang.Object expression)
          This function should never actually be called - it is here solely so the xml context function can be resolved properly.
static java.lang.Object FunctionMethods.convert(java.lang.Object src, java.lang.String type)
           
static java.lang.String FunctionMethods.format(java.util.Date date, java.lang.String format)
           
static java.lang.String FunctionMethods.format(java.lang.Number number, java.lang.String format)
           
static java.lang.Object FunctionMethods.insert(java.lang.String string1, java.lang.Integer start, java.lang.Integer length, java.lang.String str2)
           
 java.lang.Object FunctionDescriptor.invokeFunction(java.lang.Object[] values)
          Invoke the function described in the function descriptor, using the values provided.
static java.lang.Object FunctionMethods.left(java.lang.String string, java.lang.Integer count)
           
static java.lang.Object FunctionMethods.lpad(java.lang.String inputString, java.lang.Integer padLength)
           
static java.lang.Object FunctionMethods.lpad(java.lang.String inputString, java.lang.Integer padLength, java.lang.String padStr)
           
static java.lang.Object FunctionMethods.pad(java.lang.String str, java.lang.Integer padLength, java.lang.String padStr, boolean left)
           
static java.lang.Object FunctionMethods.parseBigDecimal(java.lang.String number, java.lang.String format)
           
static java.lang.Object FunctionMethods.parseBigInteger(java.lang.String number, java.lang.String format)
           
static java.lang.Object FunctionMethods.parseDouble(java.lang.String number, java.lang.String format)
           
static java.lang.Object FunctionMethods.parseFloat(java.lang.String number, java.lang.String format)
           
static java.lang.Object FunctionMethods.parseInteger(java.lang.String number, java.lang.String format)
           
static java.lang.Object FunctionMethods.parseLong(java.lang.String number, java.lang.String format)
           
static java.sql.Timestamp FunctionMethods.parseTimestamp(java.lang.String timestamp, java.lang.String format)
           
static java.lang.Object FunctionMethods.quarter(java.util.Date date)
           
static java.lang.Object FunctionMethods.rand(CommandContext context)
           
static java.lang.Object FunctionMethods.rand(CommandContext context, java.lang.Object seed)
           
static java.lang.Object FunctionMethods.right(java.lang.String string, java.lang.Integer count)
           
static java.lang.Object FunctionMethods.rowlimit(java.lang.Object expression)
          This pseudo-function should never actually be called - it is here solely so the xml rowlimit function can be resolved properly.
static java.lang.Object FunctionMethods.rowlimitexception(java.lang.Object expression)
          This pseudo-function should never actually be called - it is here solely so the xml rowlimitexception function can be resolved properly.
static java.lang.Object FunctionMethods.rpad(java.lang.String inputString, java.lang.Integer padLength)
           
static java.lang.Object FunctionMethods.rpad(java.lang.String inputString, java.lang.Integer padLength, java.lang.String padStr)
           
static java.lang.Object FunctionMethods.translate(java.lang.String str, java.lang.String in, java.lang.String out)
           
 

Uses of FunctionExecutionException in org.teiid.query.function.aggregate
 

Methods in org.teiid.query.function.aggregate that throw FunctionExecutionException
 void StatsFunction.addInputDirect(java.lang.Object input, java.util.List<?> tuple)
           
 void Sum.addInputDirect(java.lang.Object input, java.util.List<?> tuple)
           
 void Max.addInputDirect(java.lang.Object value, java.util.List<?> tuple)
           
 void Min.addInputDirect(java.lang.Object value, java.util.List<?> tuple)
           
 void Avg.addInputDirect(java.lang.Object input, java.util.List<?> tuple)
           
 void ConstantFunction.addInputDirect(java.lang.Object input, java.util.List<?> tuple)
           
abstract  java.lang.Object AggregateFunction.getResult()
          Called after all values have been processed to get the result.
 java.lang.Object StatsFunction.getResult()
           
 java.lang.Object Sum.getResult()
           
 java.lang.Object Avg.getResult()
           
 java.lang.Object ConstantFunction.getResult()
           
 

Uses of FunctionExecutionException in org.teiid.query.function.source
 

Methods in org.teiid.query.function.source that throw FunctionExecutionException
static boolean SecuritySystemFunctions.hasRole(CommandContext context, java.lang.Object roleName)
           
static boolean SecuritySystemFunctions.hasRole(CommandContext context, java.lang.Object roleType, java.lang.Object roleName)
           
 

Uses of FunctionExecutionException in org.teiid.query.processor.relational
 

Methods in org.teiid.query.processor.relational that throw FunctionExecutionException
 void SortingFilter.addInputDirect(java.lang.Object input, java.util.List<?> tuple)
           
 

Uses of FunctionExecutionException in org.teiid.query.processor.xml
 

Methods in org.teiid.query.processor.xml that throw FunctionExecutionException
static java.lang.String XMLValueTranslator.translateToXMLValue(java.lang.Object value, java.lang.Class<?> runtimeType, java.lang.String builtInType)
          Translate the value object coming from the mapping class into the string that will be placed in the XML document for a tag.
 



Copyright © 2010. All Rights Reserved.