|
Previous Page |
Solar_Sql_Select |
Next Page |
quote()
public
string
quote (
mixed $val
)
Safely quotes a value for an SQL statement.
Parameters
- (mixed)
$val: The value to quote.
Returns
- (string) An SQL-safe quoted value (or a string of separated-and-quoted values).
Description
Safely quotes a value for an SQL statement.
See Also
Local
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- __toString()
- _addSource()
- _buildFrom()
- _buildJoin()
- _buildSelect()
- _exception()
- _join()
- _origAlias()
- apiVersion()
- bind()
- clear()
- countPages()
- distinct()
- dump()
- fetch()
- fetchAll()
- fetchAssoc()
- fetchCol()
- fetchOne()
- fetchPairs()
- fetchPdo()
- fetchSql()
- fetchValue()
- from()
- fromSelect()
- getPaging()
- group()
- having()
- innerJoin()
- join()
- leftJoin()
- limit()
- limitPage()
- locale()
- multiHaving()
- multiWhere()
- orHaving()
- orWhere()
- order()
- quote()
- quoteInto()
- quoteMulti()
- setPaging()
- unbind()
- where()