PSQLConnection.this

Allocate reuired memory, build socket and authorize the connection.

class PSQLConnection(SocketT = StdSocket, alias logTrace = nop_logger, alias logError = nop_logger)
this

Throws

PsqlSocketException if transport failed, or PsqlClientException if authorization failed for some reason.

Meta