type_to_sql(type, limit = nil, precision = nil, scale = nil) Instance Public methods Maps logical Rails types to MySQL-specific data types.
type_cast(value, column) Instance Public methods
table_exists?(name) Instance Public methods
supports_transaction_isolation?() Instance Public methods MySQL 4 technically support transaction isolation, but it is affected by a bug where the transaction level gets persisted for the whole session: bugs.mysql.com/bug.php?id=39170
supports_primary_key?() Instance Public methods
supports_migrations?() Instance Public methods Returns true, since this connection adapter supports migrations.
supports_index_sort_order?() Instance Public methods Technically MySQL allows to create indexes with the sort order syntax but at the moment (5.5) it doesn't yet implement them
strict_mode?() Instance Public methods
show_variable(name) Instance Public methods SHOW VARIABLES LIKE 'name'
schema_creation() Instance Public methods
Page 258 of 2275