public class AvgWithArgumentCastFunction extends StandardAnsiSqlAggregationFunctions.AvgFunction
INSTANCE
Constructor and Description |
---|
AvgWithArgumentCastFunction(String castType)
Constructs a AvgWithArgumentCastFunction
|
Modifier and Type | Method and Description |
---|---|
protected String |
renderArgument(String argument,
int firstArgumentJdbcType) |
determineJdbcTypeCode, render, render
getName, getReturnType, getType, hasArguments, hasParenthesesIfNoArguments, toString
public AvgWithArgumentCastFunction(String castType)
castType
- The type to cast the avg argument toprotected String renderArgument(String argument, int firstArgumentJdbcType)
renderArgument
in class StandardAnsiSqlAggregationFunctions.AvgFunction
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.