Class: ActiveRecord::ConnectionAdapters::JdbcColumn

Inherits:
Column
  • Object
show all
Defined in:
lib/rubyrep/connection_extenders/jdbc_extender.rb

Class Method Summary collapse

Methods inherited from Column

fast_string_to_time

Class Method Details

.binary_to_string(value) ⇒ Object



75
76
77
# File 'lib/rubyrep/connection_extenders/jdbc_extender.rb', line 75

def self.binary_to_string(value)
  value
end

.string_to_binary(value) ⇒ Object



71
72
73
# File 'lib/rubyrep/connection_extenders/jdbc_extender.rb', line 71

def self.string_to_binary(value)
  value
end