class SqliteProfilerStorage

SqliteProfilerStorage stores profiling information in a SQLite database.

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

Expanded class hierarchy of SqliteProfilerStorage

2 files declare their use of SqliteProfilerStorage

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/SqliteProfilerStorage.php, line 19

Namespace

Symfony\Component\HttpKernel\Profiler
View source

Members

Namesort descending Modifiers Type Description Overrides
PdoProfilerStorage::$db protected property
PdoProfilerStorage::$dsn protected property
PdoProfilerStorage::$lifetime protected property
PdoProfilerStorage::$password protected property
PdoProfilerStorage::$username protected property
PdoProfilerStorage::cleanup protected function
PdoProfilerStorage::createProfileFromData protected function
PdoProfilerStorage::find public function Finds profiler tokens for the given criteria. Overrides ProfilerStorageInterface::find
PdoProfilerStorage::has protected function Returns whether data for the given token already exists in storage.
PdoProfilerStorage::prepareStatement protected function
PdoProfilerStorage::purge public function Purges all data from the database. Overrides ProfilerStorageInterface::purge
PdoProfilerStorage::read public function Reads data associated with the given token. Overrides ProfilerStorageInterface::read
PdoProfilerStorage::readChildren protected function Reads the child profiles for the given token.
PdoProfilerStorage::write public function Saves a Profile. Overrides ProfilerStorageInterface::write
PdoProfilerStorage::__construct public function Constructor.
SqliteProfilerStorage::buildCriteria protected function Build SQL criteria to fetch records by ip and url Overrides PdoProfilerStorage::buildCriteria
SqliteProfilerStorage::close protected function Overrides PdoProfilerStorage::close
SqliteProfilerStorage::exec protected function Overrides PdoProfilerStorage::exec
SqliteProfilerStorage::fetch protected function Overrides PdoProfilerStorage::fetch
SqliteProfilerStorage::initDb protected function Overrides PdoProfilerStorage::initDb