Purpose: Mirror SQL behavior.
Responsibilities:
SQLCall sqlCall = buildCallWithoutReturning(session); if ((getReturnFields() == null) || getReturnFields().isEmpty()) { return sqlCall; } else { return session.getPlatform().buildCallWithReturning(sqlCall, getReturnFields()); }
return null;
return modifyRow;
return returnFields;
return table;
modifyRow = row;
returnFields = fields;
this.table = table;