public interface

FunctionNode

org.hibernate.hql.ast.tree.FunctionNode
Known Indirect Subclasses

Class Overview

Identifies a node which models a SQL function.

Summary

Public Methods
abstract Type getFirstArgumentType()
abstract SQLFunction getSQLFunction()

Public Methods

public abstract Type getFirstArgumentType ()

public abstract SQLFunction getSQLFunction ()