CopyInResponseMessage
internal class CopyInResponseMessage(val format: Byte, val numColumns: Short, val columnFormats: List<Short>) : BackendMessage
Response indicating that the backend is ready to receive COPY IN data.
Response indicating that the backend is ready to receive COPY IN data.