return false;
}
rSet = ( (HQLConnection) conn ).executeQuery( query );
IActionOutput actionOutput = ( (HQLQueryAction) getActionDefinition() ).getOutputResultSetParam();
if ( actionOutput != null ) {
actionOutput.setValue( rSet );
}
return true;
} catch ( Exception e ) {
error( Messages.getInstance().getErrorString(
"HQLBaseComponent.ERROR_0007_QUERY_EXECUTION_FAILED", getActionName() ), e ); //$NON-NLS-1$