missing bits
[mdref/mdref-pq] / pq / Connection / quoteName.md
1 # string pq\Connection::quoteName(string $name)
2
3 Quote an identifier for safe usage as name.
4
5 > ***NOTE:***
6 Beware of case-sensitivity.
7
8 ## Params:
9
10 * string $name
11 The name to quote.
12
13 ## Returns:
14
15 * string, the quoted identifier.
16 * FALSE, if quoting fails.
17
18 ## Throws:
19
20 * pq\Exception\BadMethodCallException