PSQLConnection.this

Allocate reuired memory, build socket and authorize the connection.

class PSQLConnection(SocketT = StdSocket, alias logTrace = nop_logger, alias logError = nop_logger)
this
@safe
(
,
Duration connectTimeout = seconds(10)
,
size_t writeBufSize = 2 * 4096
)

Throws

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

Meta