pgator ~new_vibe_pg_version (2021-10-23T15:22:29.7669002)
Dub
Repo
RpcRequest
pgator
app
Undocumented in source.
struct
RpcRequest {
Bson
id
;
string
methodName
;
Bson
[
string
]
namedParams
;
string
[
string
]
namedParamsStringValues
;
Bson
[]
positionParams
;
AuthorizationCredentials
auth
;
RpcType
type
;
size_t
count
;
bool
isNotify
();
RpcRequestResult
performRpcRequest
(Method[string] methods, PostgresClient client);
}
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
Source
See Implementation
pgator
app
classes
LoopException
enums
JsonRpcErrorCode
functions
loop
main
named2positionalParameters
performRpcRequests
preparedName
readConfig
readOpts
structs
RpcRequest
SQLVariablesNames
variables
checkStatements
configFileName
debugEnabled