FileDocCategorySizeDatePackage
UnaryArithmeticNode.javaAPI DocHibernate 3.2.5751Fri Oct 14 12:23:18 BST 2005org.hibernate.hql.ast.tree

UnaryArithmeticNode

public class UnaryArithmeticNode extends AbstractSelectExpression implements UnaryOperatorNode

Fields Summary
Constructors Summary
Methods Summary
public org.hibernate.type.TypegetDataType()

		return ( ( SqlNode ) getOperand() ).getDataType();
	
public NodegetOperand()

		return ( Node ) getFirstChild();
	
public voidinitialize()

		// nothing to do; even if the operand is a parameter, no way we could
		// infer an appropriate expected type here
	
public voidsetScalarColumnText(int i)

		ColumnHelper.generateSingleScalarColumn( this, i );