Class yii\db\mssql\PDO
| Inheritance | yii\db\mssql\PDO » PDO |
|---|---|
| Available since version | 2.0 |
| Source Code | https://github.com/yiisoft/yii2/blob/master/framework/db/mssql/PDO.php |
This is an extension of the default PDO class of MSSQL and DBLIB drivers.
It provides workarounds for improperly implemented functionalities of the MSSQL and DBLIB drivers.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| beginTransaction() | yii\db\mssql\PDO | |
| commit() | yii\db\mssql\PDO | |
| getAttribute() | yii\db\mssql\PDO | |
| lastInsertId() | yii\db\mssql\PDO | |
| rollBack() | yii\db\mssql\PDO |
Method Details
| public void beginTransaction ( ) |
| public void commit ( ) |
| public void getAttribute ( $attribute ) | ||
| $attribute | ||
| public void lastInsertId ( $sequence = null ) | ||
| $sequence | ||
| public void rollBack ( ) |