setSql() public method
Specifies the SQL statement to be executed.
The previous SQL execution (if any) will be cancelled, and $params will be cleared as well.
public $this setSql ( $sql ) | ||
---|---|---|
$sql | string |
The SQL statement to be set. |
return | $this |
This command instance |
Please login to continue.