MatthiasMullie\Scrapbook\Adapters\PostgreSQL::flush PHP Méthode

flush() public méthode

public flush ( )
    public function flush()
    {
        return $this->client->exec("TRUNCATE TABLE {$this->table}") !== false;
    }