modules/Trackers/TrackerUtility.php

Show: inherited
Table of Contents

\TrackerUtility

Package:

Methods

methodpublicgetGenericSQL( \$sql $sql ) : String
static

getSQLHash This method attempts to remove the values between single quotes in a SQL statement in an effort to check if the same SQL (with different values between quotes or numerical values) has been run. A good portion of this code is similar to the appendN method found in include/database/FreeTDSManager.php file.

Parameters
Name Type Description
$sql \$sql

SQL statement

Returns
Type Description
String of SQL statement with unique values removed
Documentation was generated by DocBlox 0.18.1.