summaryrefslogtreecommitdiff
path: root/src/bridge/result_set_management.hpp
blob: 6ff82bafd5e4b73a7ce62f487098240f222c5798 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include <string>

struct ResultSetInfo
{
    int max{-1};
    std::string before{};
    std::string after{};
};