db\Schema $transactionIsolationLevel

$transactionIsolationLevel public write-only property

The transaction isolation level to use for this transaction. This can be one of yii\db\Transaction::READ_UNCOMMITTED, yii\db\Transaction::READ_COMMITTED, yii\db\Transaction::REPEATABLE_READ and yii\db\Transaction::SERIALIZABLE but also a string containing DBMS specific syntax to be used after SET TRANSACTION ISOLATION LEVEL.

public void setTransactionIsolationLevel ( $level )
doc_Yii
2016-10-30 16:59:36
Comments
Leave a Comment

Please login to continue.