class MySQL::Types::Value

Direct Known Subclasses

Defined in:

mysql/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(value : SqlType, field : Pointer(LibMySQL::MySQLField)) #

[View source]
def self.new(value : Bool | Float64 | Int32 | Int64 | MySQL::Types::Date | Slice(UInt8) | String | Time | Nil) #

[View source]

Instance Method Detail

def _parsed #

[View source]
def account_for_zero #

[View source]
def field : Pointer(LibMySQL::MySQLField) #

[View source]
def field=(field : Pointer(LibMySQL::MySQLField)) #

[View source]
def lift #

[View source]
def lift_down #

[View source]
def parsed #

[View source]
def to_mysql #

[View source]
def value : Bool | Float64 | Int32 | Int64 | MySQL::Types::Date | Slice(UInt8) | String | Time | Nil #

[View source]
def value=(value : Bool | Float64 | Int32 | Int64 | MySQL::Types::Date | Slice(UInt8) | String | Time | Nil) #

[View source]