Method: Sequel::SqlAnywhere::DatabaseMethods#convert_smallint_to_bool

Defined in:
lib/sequel/adapters/shared/sqlanywhere.rb

#convert_smallint_to_boolObject

Set whether to convert smallint type to boolean for this Database instance



13
14
15
# File 'lib/sequel/adapters/shared/sqlanywhere.rb', line 13

def convert_smallint_to_bool
  @convert_smallint_to_bool
end