Executes the defined query onto the specified database and uses the parameters
      bound with the column.
							A prepared statement uses the input flow to replace the placeholders with
      the values for each parameters defined. This component can be very useful for updates.