TypeId joinTypeId = joinClause.getTypeId();
/* If the where clause is not a built-in type, then generate a bound
* conversion tree to a built-in type.
*/
if (! joinTypeId.systemBuiltIn())
{
joinClause = joinClause.genSQLJavaSQLTree();
}
if (! joinClause.getTypeServices().getTypeId().equals(