Class:Connection - Superclass: PDO PDO
⌊ Connection
public class Connection
extends PDO
Method Summary | |
---|---|
void | Begins a database transaction. |
void | commit() Performs the commit. |
void | rollback() Performs the rollback. |
public void beginTransaction()
Begins a database transaction.
public void commit()
Performs the commit.
public void rollback()
Performs the rollback.
MsSql Connection implementation.