rename_table(table_name, new_name) Instance Public methods Renames a table. Example: rename_table('octopuses', 'octopi')
rename_index(table_name, old_name, new_name) Instance Public methods
recreate_database(name, options = {}) Instance Public methods Drops the database specified on the name attribute and creates it again using the provided options.
quoted_true() Instance Public methods
quoted_false() Instance Public methods
quote(value, column = nil) Instance Public methods QUOTING ==================================================
primary_key(table) Instance Public methods Returns just a table's primary key
pk_and_sequence_for(table) Instance Public methods Returns a table's primary key and belonging sequence.
native_database_types() Instance Public methods
limited_update_conditions(where_sql, quoted_table_name, quoted_primary_key) Instance Public methods
Page 259 of 2275