Methods Summary |
---|
public org.hibernate.type.Type | getDataType()
return ( ( SqlNode ) getOperand() ).getDataType();
|
public Node | getOperand()
return ( Node ) getFirstChild();
|
public void | initialize()
// nothing to do; even if the operand is a parameter, no way we could
// infer an appropriate expected type here
|
public void | setScalarColumnText(int i)
ColumnHelper.generateSingleScalarColumn( this, i );
|