| 666 | } |
| 667 | |
| 668 | std::string postgresql_statement_backend::get_parameter_name(int index) const |
| 669 | { |
| 670 | return names_.at(index); |
| 671 | } |
| 672 | |
| 673 | std::string postgresql_statement_backend::rewrite_for_procedure_call( |
| 674 | std::string const & query) |
nothing calls this directly
no outgoing calls
no test coverage detected