CommandCompleteMessage

internal class CommandCompleteMessage(val tag: String) : BackendMessage

Response indicating that an SQL command has completed successfully.

Constructors

Link copied to clipboard
constructor(tag: String)

Properties

Link copied to clipboard
val tag: String

The command tag string from the server.

Functions

Link copied to clipboard
open override fun toString(): String