org.hibernate.dialect.function
Class StandardAnsiSqlAggregationFunctions.MaxFunction

java.lang.Object
  extended by org.hibernate.dialect.function.StandardSQLFunction
      extended by org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.MaxFunction
All Implemented Interfaces:
SQLFunction
Enclosing class:
StandardAnsiSqlAggregationFunctions

public static class StandardAnsiSqlAggregationFunctions.MaxFunction
extends StandardSQLFunction


Field Summary
static StandardAnsiSqlAggregationFunctions.MaxFunction INSTANCE
           
 
Constructor Summary
StandardAnsiSqlAggregationFunctions.MaxFunction()
           
 
Method Summary
 
Methods inherited from class org.hibernate.dialect.function.StandardSQLFunction
getName, getReturnType, getType, hasArguments, hasParenthesesIfNoArguments, render, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final StandardAnsiSqlAggregationFunctions.MaxFunction INSTANCE
Constructor Detail

StandardAnsiSqlAggregationFunctions.MaxFunction

public StandardAnsiSqlAggregationFunctions.MaxFunction()


Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.