Doctrine


Doctrine\DBAL\Driver\PDOMsSql\Connection
/Doctrine/DBAL/Driver/PDOMsSql/Connection.php at line 29

Class Connection

Class:Connection - Superclass: PDO
PDO
⌊ Connection
All Implemented Interfaces:
Driver Connection

public class Connection
extends PDO

MsSql Connection implementation.

Since:
2.0

Method Summary
void

beginTransaction()

Begins a database transaction.

void

commit()

Performs the commit.

void

rollback()

Performs the rollback.

Method Detail

/Doctrine/DBAL/Driver/PDOMsSql/Connection.php at line 56

beginTransaction

public void beginTransaction()

Begins a database transaction.

Override.

/Doctrine/DBAL/Driver/PDOMsSql/Connection.php at line 46

commit

public void commit()

Performs the commit.

Override.

/Doctrine/DBAL/Driver/PDOMsSql/Connection.php at line 36

rollback

public void rollback()

Performs the rollback.

Override.

Doctrine