Class TableMapEventMetadata.DefaultCharset

java.lang.Object
com.github.shyiko.mysql.binlog.event.TableMapEventMetadata.DefaultCharset
All Implemented Interfaces:
Serializable
Enclosing class:
TableMapEventMetadata

public static class TableMapEventMetadata.DefaultCharset extends Object implements Serializable
Author:
Ahmed Abdul Hamid
See Also:
  • Constructor Details

    • DefaultCharset

      public DefaultCharset()
  • Method Details

    • setDefaultCharsetCollation

      public void setDefaultCharsetCollation(int defaultCharsetCollation)
    • getDefaultCharsetCollation

      public int getDefaultCharsetCollation()
    • setCharsetCollations

      public void setCharsetCollations(Map<Integer,Integer> charsetCollations)
    • getCharsetCollations

      public Map<Integer,Integer> getCharsetCollations()
    • toString

      public String toString()
      Overrides:
      toString in class Object