final class PgSqlPdoPlaceholderEscaper
    implements SqlPlaceholderEscaper

Pdo placeholder escaper for PostgreSQL queries.

Methods§

public function escape(string $sql): string

Escapes operator question marks while preserving PDO placeholders and quoted SQL.

Parameters

$sqlstring

Returns

string
Test cases 12
Called from 1
Calls 9

Test cases 14§

Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.

Dedicated tests 12
Other tests reaching this symbol 2

Relations§

Instantiated in 1
Method calls 1
Type declarations 1