class DB::ColumnTypeMismatchError

Overview

Raised when the type returned for the column value does not match the type expected.

Defined in:

db/error.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(*, context : String, column_index : Int32, column_name : String, column_type : String, expected_type : String) #

[View source]

Instance Method Detail

def column_index : Int32 #

[View source]
def column_name : String #

[View source]
def column_type : String #

[View source]
def expected_type : String #

[View source]