class Pglog::StatementExecution
- Pglog::StatementExecution
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
pglog/statement_execution.crConstructors
Class Method Summary
Instance Method Summary
- #bind_parameters : String | Nil
- #bind_parameters=(bind_parameters : String | Nil)
- #database_name : String
- #database_name=(database_name : String)
- #error : ExecutionError | Nil
- #error=(error : ExecutionError | Nil)
- #execute_fetch : Bool
- #execute_fetch=(execute_fetch : Bool)
- #id : String
- #id=(id : String)
- #log_time : Time
- #log_time=(log_time : Time)
- #n_fetch : Int32
- #n_fetch=(n_fetch : Int32)
- #session_id : String
- #session_id=(session_id : String)
- #set_bind(raw : Raw)
- #sql : String
- #sql=(sql : String)
- #time_bind_usec : Int32
- #time_bind_usec=(time_bind_usec : Int32)
- #time_exec_usec : Int64
- #time_exec_usec=(time_exec_usec : Int64)
- #time_fetch_usec : Int64
- #time_fetch_usec=(time_fetch_usec : Int64)
- #time_parse_usec : Int32
- #time_parse_usec=(time_parse_usec : Int32)
- #transaction_id : Int64
- #transaction_id=(transaction_id : Int64)
- #user_name : String
- #user_name=(user_name : String)