Connection

Connection

Members

Functions

exec
immutable(Answer) exec(string SQLcmd)

Perform SQL query to DB

exec
immutable(Answer) exec(QueryParams p)

Perform SQL query to DB

getNextNotify
Notify getNextNotify()

Returns null if no notifies was received

isBusy
bool isBusy()

getResult would block waiting for input?

sendQuery
void sendQuery(string SQLcmd)

Submits a command to the server without waiting for the result(s)

sendQuery
void sendQuery(QueryParams p)

Submits a command and separate parameters to the server without waiting for the result(s)

Meta