Module: Sequel::SqlAnywhere
- Defined in:
- lib/sequel/adapters/sqlanywhere.rb,
lib/sequel/adapters/shared/sqlanywhere.rb
Overview
Module for holding all SqlAnywhere-related classes and modules for Sequel.
Defined Under Namespace
Modules: DatabaseMethods, DatasetMethods Classes: Database, Dataset, SQLAnywhereException
Constant Summary collapse
- TYPE_TRANSLATOR =
tt- SQLANYWHERE_TYPES =
{}
Class Method Summary collapse
Class Method Details
.convert_smallint_to_bool ⇒ Object
10 11 12 13 |
# File 'lib/sequel/adapters/shared/sqlanywhere.rb', line 10 def convert_smallint_to_bool Sequel::Deprecation.deprecate("Sequel::SqlAnywhere.convert_smallint_to_bool", "Call this method on the Database instance") @convert_smallint_to_bool end |
.convert_smallint_to_bool=(v) ⇒ Object
14 15 16 17 |
# File 'lib/sequel/adapters/shared/sqlanywhere.rb', line 14 def convert_smallint_to_bool=(v) Sequel::Deprecation.deprecate("Sequel::SqlAnywhere.convert_smallint_to_bool=", "Call this method on the Database instance") @convert_smallint_to_bool = v end |