Creates a command for execution.
public createCommand ( string $sql = null, array $params = [] ) : |
||
$sql | string | the SQL statement to be executed |
$params | array | the parameters to be bound to the SQL statement |
return | the DB command |