collection resolver progress
This commit is contained in:
@@ -4,12 +4,15 @@ namespace matador::sql {
|
||||
const std::type_index& collection_resolver_producer::root_type() const {
|
||||
return root_type_;
|
||||
}
|
||||
|
||||
const std::type_index& collection_resolver_producer::type() const {
|
||||
return type_;
|
||||
}
|
||||
|
||||
const std::string& collection_resolver_producer::collection_name() const {
|
||||
return collection_name_;
|
||||
}
|
||||
|
||||
collection_resolver_producer::collection_resolver_producer(const std::type_index& root_type,
|
||||
const std::type_index& type,
|
||||
std::string collection_name)
|
||||
|
||||
Reference in New Issue
Block a user