class Pglog::Connection

Included Modules

Defined in:

pglog/connection.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(raw : Raw, pending : Hash(String, Raw)) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def application_name : String #

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

[View source]
def database_name : String #

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

[View source]
def duration : Time::Span | Nil #

[View source]
def duration=(duration : Time::Span | Nil) #

[View source]
def executions : Hash(String, StatementExecution) #

[View source]
def executions=(executions : Hash(String, StatementExecution)) #

[View source]
def last_execution : StatementExecution | Nil #

[View source]
def last_execution=(last_execution : StatementExecution | Nil) #

[View source]
def session_id : String #

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

[View source]
def timestamp : Time #

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

[View source]
def user_name : String #

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

[View source]