org.hibernate.hql.ast.tree
Interface FunctionNode

All Known Implementing Classes:
AggregateNode, CollectionFunction, MethodNode

public interface FunctionNode

Identifies a node which models a SQL function.

Author:
Steve Ebersole

Method Summary
 SQLFunction getSQLFunction()
           
 

Method Detail

getSQLFunction

SQLFunction getSQLFunction()


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