number(p1) Instance Public methods
test_class_without_store_full_sti_class_returns_demodulized_name() Instance Public methods
changes() Instance Public methods Returns a hash of changed attributes indicating their original and new values like attr => [original value, new value]. person.changes # => {} person.name = 'bob' person.changes # => { "name" => ["bill", "bob"] }
delete(win, *wins) Instance Public methods Alias for: forget
package_version() Class Public methods
readlines(rs = $/) Instance Public methods
duplicable?() Instance Public methods
async=(arg0) Instance Public methods HRESULT async get asynchronous loading flag. BOOL arg0 --- pf [IN]
type_cast(value, column) Instance Public methods Cast a value to a type that the database understands. For example, SQLite does not understand dates, so this method will convert a Date to a String.
cache() Instance Public methods Enable the query cache within the block.
Page 221 of 2275