class DB::ColumnTypeMismatchError
- DB::ColumnTypeMismatchError
- DB::Error
- Exception
- Reference
- Object
Overview
Raised when the type returned for the column value does not match the type expected.
Defined in:
db/error.crConstructors
Instance Method Summary
Constructor Detail
def self.new(*, context : String, column_index : Int32, column_name : String, column_type : String, expected_type : String)
#