Skip to content

Latest commit

 

History

History
89 lines (52 loc) · 2.28 KB

File metadata and controls

89 lines (52 loc) · 2.28 KB

minisql.client.client.Client

Home · Source file

Client

struct Client

Groups the client state and preserves the field relationships documented below.

View source

Members

activeQuery

activeQuery

Forward-only query cursor currently owning the protocol response stream.

View source

authenticated

authenticated

Indicates whether the authenticated condition is active.

View source

closed

closed

Indicates whether the closed condition is active.

View source

connection

connection

Stores the connection associated with this value.

View source

nextRequestId

nextRequestId

Tracks the next request identifier numeric value.

View source

username

username

Stores the username associated with this value.

View source