modules/Trackers/TrackerUtility.php
\TrackerUtility
Package:
Methods
getGenericSQL(
\$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
Returns
Name | Type | Description |
---|---|---|
$sql | \$sql | SQL statement |
Type | Description |
---|---|
String | of SQL statement with unique values removed |