createCommand() public method
Creates a DB command that can be used to execute this query.
public yii\db\Command createCommand ( $db = null ) | ||
---|---|---|
$db | yii\db\Connection |
The database connection used to generate the SQL statement. If this parameter is not given, the |
return | yii\db\Command |
The created DB command instance. |
Please login to continue.