You are here

abstract protected function PdoProfilerStorage::initDb in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Profiler/PdoProfilerStorage.php \Symfony\Component\HttpKernel\Profiler\PdoProfilerStorage::initDb()

Initializes the database.

Throws

\RuntimeException When the requested database driver is not installed

7 calls to PdoProfilerStorage::initDb()
PdoProfilerStorage::cleanup in vendor/symfony/http-kernel/Profiler/PdoProfilerStorage.php
PdoProfilerStorage::find in vendor/symfony/http-kernel/Profiler/PdoProfilerStorage.php
Finds profiler tokens for the given criteria.
PdoProfilerStorage::has in vendor/symfony/http-kernel/Profiler/PdoProfilerStorage.php
Returns whether data for the given token already exists in storage.
PdoProfilerStorage::purge in vendor/symfony/http-kernel/Profiler/PdoProfilerStorage.php
Purges all data from the database.
PdoProfilerStorage::read in vendor/symfony/http-kernel/Profiler/PdoProfilerStorage.php
Reads data associated with the given token.

... See full list

2 methods override PdoProfilerStorage::initDb()
MysqlProfilerStorage::initDb in vendor/symfony/http-kernel/Profiler/MysqlProfilerStorage.php
Initializes the database.
SqliteProfilerStorage::initDb in vendor/symfony/http-kernel/Profiler/SqliteProfilerStorage.php

File

vendor/symfony/http-kernel/Profiler/PdoProfilerStorage.php, line 146

Class

PdoProfilerStorage
Base PDO storage for profiling information in a PDO database.

Namespace

Symfony\Component\HttpKernel\Profiler

Code

protected abstract function initDb();