class ArJdbc::MSSQL::UUIDType
@private
Constants
- ACCEPTABLE_UUID
Public Instance Methods
type()
click to toggle source
# File lib/arjdbc/mssql/types.rb, line 317 def type; :uuid end
type_cast(value)
click to toggle source
# File lib/arjdbc/mssql/types.rb, line 322 def type_cast(value); value.to_s[ACCEPTABLE_UUID, 0] end