Ouzo\Db\Dialect\PostgresDialect::insertEmptyRow PHP Method

insertEmptyRow() protected method

protected insertEmptyRow ( )
    protected function insertEmptyRow()
    {
        return "INSERT INTO {$this->_query->table} DEFAULT VALUES";
    }