pgator.app

Undocumented in source.

Members

Classes

LoopException
class LoopException
Undocumented in source.

Enums

JsonRpcErrorCode
enum JsonRpcErrorCode
Undocumented in source.

Functions

loop
void loop(Bson cfg, PostgresClient client, Method[string] methods)
Undocumented in source. Be warned that the author may not have intended to support it.
main
int main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
named2positionalParameters
Value[] named2positionalParameters(Statement method, Bson[string] namedParams)
Undocumented in source. Be warned that the author may not have intended to support it.
performRpcRequests
RpcRequestResults performRpcRequests(Method[string] methods, PostgresClient client, HTTPServerRequest req)
Undocumented in source. Be warned that the author may not have intended to support it.
preparedName
string preparedName(Method method, Statement statement)
Undocumented in source. Be warned that the author may not have intended to support it.
readConfig
Bson readConfig()
Undocumented in source. Be warned that the author may not have intended to support it.
readOpts
void readOpts(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

RpcRequest
struct RpcRequest
Undocumented in source.
SQLVariablesNames
struct SQLVariablesNames
Undocumented in source.

Variables

authVariablesSetPreparedName
string authVariablesSetPreparedName;
Undocumented in source.
beginPreparedName
string beginPreparedName;
Undocumented in source.
beginROPreparedName
string beginROPreparedName;
Undocumented in source.
checkStatements
bool checkStatements;
Undocumented in source.
commitPreparedName
string commitPreparedName;
Undocumented in source.
configFileName
string configFileName;
Undocumented in source.
debugEnabled
bool debugEnabled;
Undocumented in source.
rollbackPreparedName
string rollbackPreparedName;
Undocumented in source.

Meta