class Pglog::Raw

Included Modules

Defined in:

pglog/raw.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(row : CSV::Row) #

[View source]

Instance Method Detail

def application_name : String #

[View source]
def application_name=(application_name : String) #

[View source]
def command_tag : String #

[View source]
def command_tag=(command_tag : String) #

[View source]
def connection_from : String #

[View source]
def connection_from=(connection_from : String) #

[View source]
def context : String #

[View source]
def context=(context : String) #

[View source]
def database_name : String #

[View source]
def database_name=(database_name : String) #

[View source]
def detail : String #

[View source]
def detail=(detail : String) #

[View source]
def error_severity : String #

[View source]
def error_severity=(error_severity : String) #

[View source]
def hint : String #

[View source]
def hint=(hint : String) #

[View source]
def internal_query : String #

[View source]
def internal_query=(internal_query : String) #

[View source]
def internal_query_pos : Int32 | Nil #

[View source]
def internal_query_pos=(internal_query_pos : Int32 | Nil) #

[View source]
def location : String #

[View source]
def location=(location : String) #

[View source]
def log_time : Time #

[View source]
def log_time=(log_time : Time) #

[View source]
def message : String #

[View source]
def message=(message : String) #

[View source]
def process_id : Int32 #

[View source]
def process_id=(process_id : Int32) #

[View source]
def query : String #

[View source]
def query=(query : String) #

[View source]
def query_pos : Int32 | Nil #

[View source]
def query_pos=(query_pos : Int32 | Nil) #

[View source]
def session_id : String #

[View source]
def session_id=(session_id : String) #

[View source]
def session_line_num : Int64 #

[View source]
def session_line_num=(session_line_num : Int64) #

[View source]
def session_start_time : Time #

[View source]
def session_start_time=(session_start_time : Time) #

[View source]
def sql_state_code : String #

[View source]
def sql_state_code=(sql_state_code : String) #

[View source]
def transaction_id : Int64 #

[View source]
def transaction_id=(transaction_id : Int64) #

[View source]
def user_name : String #

[View source]
def user_name=(user_name : String) #

[View source]
def virtual_transaction_id : String #

[View source]
def virtual_transaction_id=(virtual_transaction_id : String) #

[View source]