Class: ActiveRecord::ConnectionAdapters::MSSQL::Type::Varbinary

Inherits:
Type::Binary
  • Object
show all
Defined in:
lib/arjdbc/mssql/types/binary_types.rb

Instance Method Summary collapse

Instance Method Details

#typeObject



16
17
18
# File 'lib/arjdbc/mssql/types/binary_types.rb', line 16

def type
  :varbinary
end