Definition at line 11 of file postgres_control.hpp.
Public Types | |
enum class | ReadonlyMaster { kNotExpected , kExpected } |
Public Member Functions | |
PostgresControl (std::chrono::milliseconds execute_timeout, std::chrono::milliseconds statement_timeout, ReadonlyMaster readonly_master) | |
engine::Deadline | MakeExecuteDeadline (std::chrono::milliseconds duration) const |
std::chrono::milliseconds | MakeStatementTimeout (std::chrono::milliseconds duration) const |
bool | IsReadonlyMasterExpected () const |
|
strong |
Definition at line 13 of file postgres_control.hpp.