final class SqliteIdentifierQuoter
    implements IdentifierQuoter

SQLite implementation of IdentifierQuoter.

Uses double-quote quoting ("identifier"). Strips surrounding double quotes to prevent double-quoting, then escapes any remaining embedded double quotes by doubling them.

Methods§

public function quote(string $identifier): string

Quotes a SQLite identifier, escaping embedded delimiters.

Parameters

$identifierstring

Returns

string
Test cases 18
Called from 6
Calls 3

Test cases 55§

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

Dedicated tests 18
Other tests reaching this symbol 37

Relations§

Instantiated in 6
Method calls 6
Type declarations 3