*/
public ValueNode genSQLJavaSQLTree() throws StandardException
{
TypeId leftTypeId = leftOperand.getTypeId();
if (leftTypeId.userType())
leftOperand = leftOperand.genSQLJavaSQLTree();
TypeId rightTypeId = rightOperand.getTypeId();
if (rightTypeId.userType())
rightOperand = rightOperand.genSQLJavaSQLTree();