Override \yii\db\command and QueryBuilder class

I want to implement Insert ignore into mysql like batch insert yii2
I want to override two class for this purpose,
\yii\db\command
QueryBuilder
how can I handle it?