MCPcopy Create free account
hub / github.com/SOCI/soci / get_parameter_name

Method get_parameter_name

src/backends/postgresql/statement.cpp:668–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

666}
667
668std::string postgresql_statement_backend::get_parameter_name(int index) const
669{
670 return names_.at(index);
671}
672
673std::string postgresql_statement_backend::rewrite_for_procedure_call(
674 std::string const & query)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected