MediaWiki master
Wikimedia\Rdbms\GeneralizedSql Class Reference

Lazy-loaded wrapper for simplification and scrubbing of SQL queries for profiling. More...

Public Member Functions

 __construct ( $rawSql, $prefix)
 
 getRawSql ()
 
 stringify ()
 

Detailed Description

Lazy-loaded wrapper for simplification and scrubbing of SQL queries for profiling.

Since
1.34

Definition at line 29 of file GeneralizedSql.php.

Constructor & Destructor Documentation

◆ __construct()

Wikimedia\Rdbms\GeneralizedSql::__construct ( $rawSql,
$prefix )
Parameters
string$rawSql
string$prefix

Definition at line 42 of file GeneralizedSql.php.

Member Function Documentation

◆ getRawSql()

Wikimedia\Rdbms\GeneralizedSql::getRawSql ( )

Definition at line 61 of file GeneralizedSql.php.

◆ stringify()

Wikimedia\Rdbms\GeneralizedSql::stringify ( )
Returns
string

Definition at line 50 of file GeneralizedSql.php.


The documentation for this class was generated from the following file: