26#ifndef OBJECT_FILTER_INCLUDED
27#define OBJECT_FILTER_INCLUDED
57 const std::string &schema_name,
const std::string &object_name,
58 std::vector<std::pair<std::string, std::string>> *include_list,
59 std::vector<std::pair<std::string, std::string>> *exclude_list);
74 const std::string &object_name,
75 std::vector<std::pair<std::string, std::string>> *include_list,
76 std::vector<std::pair<std::string, std::string>> *exclude_list);
80 bool allow_schema =
true,
bool is_user_object =
false);
Definition: abstract_connection_program.h:38
std::vector< T, ut::allocator< T > > vector
Specialization of vector which uses allocator.
Definition: ut0new.h:2875
std::list< T, ut::allocator< T > > list
Specialization of list which uses ut_allocator.
Definition: ut0new.h:2879