Class | RR::ReplicationHelper |
In: |
lib/rubyrep/replication_helper.rb
|
Parent: | Object |
Provides helper functionality for replicators. The methods exposed by this class are intended to provide a stable interface for third party replicators.
replication_run | [RW] | The current ReplicationRun instance |
Asks the committer (if it exists) to finalize any open transactions success should be true if there were no problems, false otherwise.
Loads the specified record. Returns an according column_name => value hash. Parameters:
Logs the outcome of a replication into the replication log table.
Returns true if a new transaction was started since the last insert / update / delete.
Returns the options for the specified table name.
Converts the row values into their proper types as per table definition.
Returns a copy of the column_name => value hash (with type-casted values).