Sha256: 84fa87156998482351e5319f0bbfddef2133778605a7ef76a3bc0c85413d8444
Contents?: true
Size: 336 Bytes
Versions: 37
Compression:
Stored size: 336 Bytes
Contents
require 'flydata/source_mysql/plugin_support/binlog_record_handler' module Flydata module SourceMysql module PluginSupport class BinlogQueryHandler < BinlogRecordHandler # Return regexp # This class will be used if the pattern matches with the query def pattern raise "Not implemented." end end end end end
Version data entries
37 entries across 37 versions & 1 rubygems