Pop\Db\Adapter\Sqlite::escape PHP Method

escape() public method

Return the escaped string value.
public escape ( string $value ) : string
$value string
return string
    public function escape($value)
    {
        return $this->connection->escapeString($value);
    }