class ActiveRecord::ConnectionAdapters::Kudu::Type::TinyInt
Public Instance Methods
limit()
click to toggle source
# File lib/active_record/connection_adapters/kudu/type/tiny_int.rb, line 15 def limit 1 end
type()
click to toggle source
# File lib/active_record/connection_adapters/kudu/type/tiny_int.rb, line 11 def type :tinyint end