class Pglog::ExecutionError

Included Modules

Defined in:

pglog/execution_error.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(raw : Raw) #

[View source]

Instance Method Detail

def context : String #

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

[View source]
def detail : String #

[View source]
def detail=(detail : 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 message : String #

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

[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 sql_state_code : String #

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

[View source]