PSQLConnection.saveBuffer

Save write buffer cursor in order to be able to restore it in case of errors. Use it to prevent sending junk to backend when something goes wrong during serialization or message creation.

class PSQLConnection(SocketT = StdSocket, alias logTrace = nop_logger, alias logError = nop_logger)
final
saveBuffer
pure nothrow @safe
(
)

Meta