Executes a prepared statement
$args: An array of values with as many elements as there are bound parameters in the SQL statement being executed.
$options: An array of options for this query.
TRUE on success, or FALSE on failure.
public function execute($args = array(), $options = array());