Class: Flydata::SourceMysql::PluginSupport::BinlogQueryHandler
- Inherits:
-
BinlogRecordHandler
- Object
- BinlogRecordHandler
- Flydata::SourceMysql::PluginSupport::BinlogQueryHandler
- Defined in:
- lib/flydata/source_mysql/plugin_support/binlog_query_handler.rb
Direct Known Subclasses
Constant Summary
Constants included from PluginSupport::SyncRecordEmittable
PluginSupport::SyncRecordEmittable::RESPECT_ORDER, PluginSupport::SyncRecordEmittable::SEQ, PluginSupport::SyncRecordEmittable::SRC_POS, PluginSupport::SyncRecordEmittable::TABLE_NAME, PluginSupport::SyncRecordEmittable::TABLE_REV, PluginSupport::SyncRecordEmittable::TYPE, PluginSupport::SyncRecordEmittable::V
Instance Attribute Summary
Attributes included from PluginSupport::SyncRecordEmittable
Instance Method Summary collapse
-
#pattern ⇒ Object
Return regexp This class will be used if the pattern matches with the query.
Methods inherited from BinlogRecordHandler
Methods included from PluginSupport::SyncRecordEmittable
Constructor Details
This class inherits a constructor from Flydata::SourceMysql::PluginSupport::BinlogRecordHandler
Instance Method Details
#pattern ⇒ Object
Return regexp This class will be used if the pattern matches with the query
10 11 12 |
# File 'lib/flydata/source_mysql/plugin_support/binlog_query_handler.rb', line 10 def pattern raise "Not implemented." end |