moved parameter_binder from member to parameter to bind, execute and fetch methods
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
#ifndef QUERY_POSTGRES_PARAMETER_BINDER_H
|
||||
#define QUERY_POSTGRES_PARAMETER_BINDER_H
|
||||
|
||||
#include "matador/utils/attribute_writer.hpp"
|
||||
#include "matador/sql/interface/parameter_binder.hpp"
|
||||
|
||||
#include <vector>
|
||||
|
||||
namespace matador::backends::postgres {
|
||||
|
||||
class postgres_parameter_binder final : public utils::attribute_writer
|
||||
{
|
||||
class postgres_parameter_binder final : public sql::interface::parameter_binder {
|
||||
public:
|
||||
struct bind_data {
|
||||
explicit bind_data(size_t size);
|
||||
|
||||
Reference in New Issue
Block a user