RefCntStatement

A prepared statement is lent to the user. The refcnt takes care of resetting the statement when the user is done with it.

Constructors

this
this(LentCntStatement stmt)
Undocumented in source.

Members

Functions

get
Statement get()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Payload
struct Payload
Undocumented in source.

Variables

rc
RefCounted!(Payload, RefCountedAutoInitialize.no) rc;
Undocumented in source.

Meta