pgator v0.3.13 (2018-02-11T21:51:56Z)
Dub
Repo
Method
pgator
rpc_table
Undocumented in source.
struct
Method {
string
name
;
Statement
[]
statements
;
bool
isMultiStatement
;
bool
readOnlyFlag
;
bool
needAuthVariablesFlag
;
}
Members
Variables
isMultiStatement
bool
isMultiStatement
;
Undocumented in source.
name
string
name
;
Undocumented in source.
needAuthVariablesFlag
bool
needAuthVariablesFlag
;
pass username and password from HTTP session to SQL session
readOnlyFlag
bool
readOnlyFlag
;
Undocumented in source.
statements
Statement
[]
statements
;
Undocumented in source.
Meta
Source
See Implementation
pgator
rpc_table
enums
ResultFormat
functions
readMethods
structs
Method
ReadMethodsResult
Statement