public class

CollectionFunction

extends MethodNode
implements DisplayableNode
java.lang.Object
   ↳ antlr.CommonAST
     ↳ org.hibernate.hql.ast.tree.Node
       ↳ org.hibernate.hql.ast.tree.SqlNode
         ↳ org.hibernate.hql.ast.tree.HqlSqlWalkerNode
           ↳ org.hibernate.hql.ast.tree.AbstractSelectExpression
             ↳ org.hibernate.hql.ast.tree.MethodNode
               ↳ org.hibernate.hql.ast.tree.CollectionFunction

Class Overview

Represents 'elements()' or 'indices()'.

Summary

Public Constructors
CollectionFunction()
Public Methods
void resolve(boolean inSelect)
Protected Methods
void prepareSelectColumns(String[] selectColumns)
[Expand]
Inherited Methods
From class org.hibernate.hql.ast.tree.MethodNode
From class org.hibernate.hql.ast.tree.AbstractSelectExpression
From class org.hibernate.hql.ast.tree.HqlSqlWalkerNode
From class org.hibernate.hql.ast.tree.SqlNode
From class org.hibernate.hql.ast.tree.Node
From class java.lang.Object
From interface org.hibernate.hql.ast.tree.DisplayableNode
From interface org.hibernate.hql.ast.tree.FunctionNode
From interface org.hibernate.hql.ast.tree.InitializeableNode
From interface org.hibernate.hql.ast.tree.SelectExpression

Public Constructors

public CollectionFunction ()

Public Methods

public void resolve (boolean inSelect)

Throws
SemanticException

Protected Methods

protected void prepareSelectColumns (String[] selectColumns)