class ArJdbc::MSSQL::TinyIntegerType
@private
Public Instance Methods
max_value()
click to toggle source
# File lib/arjdbc/mssql/types.rb, line 94 def max_value; 256 end
min_value()
click to toggle source
# File lib/arjdbc/mssql/types.rb, line 95 def min_value; 0 end