delete(arel, name = nil, binds = []) Instance Public methods Executes the delete statement and returns the number of rows affected.
default_sequence_name(table, column) Instance Public methods
commit_db_transaction() Instance Public methods Commits the transaction (and turns on auto-committing).
begin_isolated_db_transaction(isolation) Instance Public methods Begins the transaction with the isolation level set. Raises an error by default; adapters that support setting the isolation level should implement this method.
begin_db_transaction() Instance Public methods Begins the transaction (and turns off auto-committing).
add_transaction_record(record) Instance Public methods Register a record with the current transaction so that its after_commit and after_rollback callbacks can be called.
new() Class Public methods
table_name_length() Instance Public methods Returns the maximum length of a table name.
table_alias_length() Instance Public methods Returns the maximum length of a table alias.
sql_query_length() Instance Public methods Returns the maximum length of an SQL query.
Page 251 of 2275