RpcRequest

Undocumented in source.

Members

Functions

isNotify
bool isNotify()
Undocumented in source. Be warned that the author may not have intended to support it.
performRpcRequest
RpcRequestResult performRpcRequest(Method[string] methods, PostgresClient client)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

auth
AuthorizationCredentials auth;
Undocumented in source.
count
size_t count;
Undocumented in source.
id
Bson id;
Undocumented in source.
methodName
string methodName;
Undocumented in source.
namedParams
Bson[string] namedParams;
Undocumented in source.
namedParamsStringValues
string[string] namedParamsStringValues;

used if types of parameters is unknown

positionParams
Bson[] positionParams;
Undocumented in source.
type
RpcType type;
Undocumented in source.

Meta