trait DatabaseTransactions

Methods

void
beginDatabaseTransaction()

Handle database transactions on the specified connections.

array
connectionsToTransact()

The database connections that should have transactions.

Details

at line 12
void beginDatabaseTransaction()

Handle database transactions on the specified connections.

Return Value

void

at line 35
protected array connectionsToTransact()

The database connections that should have transactions.

Return Value

array