sql_fingerprint
Definition
/**
* Returns a fingerprint of the given SQL query.
* Literal values are normalized so they won't affect the fingerprint.
*/
sql_fingerprint(string $sql) : ?string /**
* Returns a fingerprint of the given SQL query.
* Literal values are normalized so they won't affect the fingerprint.
*/
sql_fingerprint(string $sql) : ?string