class Pglog::ExecutionError
- Pglog::ExecutionError
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
pglog/execution_error.crConstructors
Instance Method Summary
- #context : String
- #context=(context : String)
- #detail : String
- #detail=(detail : String)
- #hint : String
- #hint=(hint : String)
- #internal_query : String
- #internal_query=(internal_query : String)
- #internal_query_pos : Int32 | Nil
- #internal_query_pos=(internal_query_pos : Int32 | Nil)
- #message : String
- #message=(message : String)
- #query : String
- #query=(query : String)
- #query_pos : Int32 | Nil
- #query_pos=(query_pos : Int32 | Nil)
- #sql_state_code : String
- #sql_state_code=(sql_state_code : String)