Uses of Class
com.github.shyiko.mysql.binlog.event.TableMapEventMetadata
Packages that use TableMapEventMetadata
Package
Description
-
Uses of TableMapEventMetadata in com.github.shyiko.mysql.binlog.event
Methods in com.github.shyiko.mysql.binlog.event that return TableMapEventMetadataMethods in com.github.shyiko.mysql.binlog.event with parameters of type TableMapEventMetadataModifier and TypeMethodDescriptionvoidTableMapEventData.setEventMetadata(TableMapEventMetadata eventMetadata) -
Uses of TableMapEventMetadata in com.github.shyiko.mysql.binlog.event.deserialization
Methods in com.github.shyiko.mysql.binlog.event.deserialization that return TableMapEventMetadataModifier and TypeMethodDescriptionTableMapEventMetadataDeserializer.deserialize(ByteArrayInputStream inputStream, int nColumns, byte[] columnTypes)