void disconnect(string $name = null) Disconnect from the given database. Parameters string $name Return Value void
ConnectionInterface connection(string $name = null) Get a database connection instance. Parameters string $name Return Value ConnectionInterface
array availableDrivers() Get all of the drivers that are actually available. Return Value array
DatabaseManager class DatabaseManager implements ConnectionResolverInterface (View source) Methods void __construct(Application $app, ConnectionFactory $factory) Create a new database manager instance. ConnectionInterface connection(string $name = null) Get a database connection instance. void purge(string $name = null) Disconnect from the given database and remove from local cache. void disconnect(string $name = null) Disconnect from the given database. Connection rec
void __construct(Container $container, DatabaseQueue $database, StdClass $job, string $queue) Create a new job instance. Parameters Container $container DatabaseQueue $database StdClass $job string $queue Return Value void
string resolveName() Get the resolved name of the queued job class. Return Value string
void release(int $delay) Release the job back into the queue. Parameters int $delay Return Value void
array payload() Get the decoded body of the job. Return Value array
bool isReleased() Determine if the job was released back into the queue. Return Value bool
bool isDeletedOrReleased() Determine if the job has been deleted or released. Return Value bool
Page 770 of 996