class MySQL::Types::BigInteger

Defined in:

mysql/types.cr

Instance Method Summary

Instance methods inherited from class MySQL::Types::Value

_parsed _parsed, account_for_zero account_for_zero, field : Pointer(LibMySQL::MySQLField) field, field=(field : Pointer(LibMySQL::MySQLField)) field=, lift lift, lift_down lift_down, parsed parsed, to_mysql to_mysql, value : Bool | Float64 | Int32 | Int64 | MySQL::Types::Date | Slice(UInt8) | String | Time | Nil value, value=(value : Bool | Float64 | Int32 | Int64 | MySQL::Types::Date | Slice(UInt8) | String | Time | Nil) value=

Constructor methods inherited from class MySQL::Types::Value

new(value : SqlType, field : Pointer(LibMySQL::MySQLField))
new(value : Bool | Float64 | Int32 | Int64 | MySQL::Types::Date | Slice(UInt8) | String | Time | Nil)
new

Instance Method Detail

def _parsed #

[View source]
def to_mysql #

[View source]