Class Illuminate\Database\Connection

implements ConnectionInterface
uses DetectsConcurrencyErrors, DetectsLostConnections, ManagesTransactions, InteractsWithTime, Macroable
Methods
Methods used from Illuminate\Database\DetectsConcurrencyErrors
causedByConcurrencyError()
Methods used from Illuminate\Database\DetectsLostConnections
causedByLostConnection()
Methods used from Illuminate\Database\Concerns\ManagesTransactions
transaction(), handleTransactionException(), beginTransaction(), createTransaction(), createSavepoint(), handleBeginTransactionException(), commit(), handleCommitTransactionException(), rollBack(), performRollBack(), handleRollBackException(), transactionLevel(), afterCommit()
Methods used from Illuminate\Support\InteractsWithTime
secondsUntil(), availableAt(), parseDateInterval(), currentTime(), runTimeForHumans()
Methods used from Illuminate\Support\Traits\Macroable
macro(), mixin(), hasMacro(), flushMacros(), __callStatic(), __call()
Properties
Properties used from Illuminate\Support\Traits\Macroable
$macros