PSQLConnection.putParseMessage

Undocumented in source. Be warned that the author may not have intended to support it.
class PSQLConnection(SocketT = StdSocket, alias logTrace = nop_logger, alias logError = nop_logger)
final
void
putParseMessage
(
PR
)
(
string prepared
,
string query
,
scope PR ptypes
)
if (
isInputRange!PR &&
is(Unqual!(ElementType!PR) == ObjectID)
)

Meta