Class TableMapEventMetadata

    • Constructor Detail

      • TableMapEventMetadata

        public TableMapEventMetadata()
    • Method Detail

      • getSignedness

        public BitSet getSignedness()
      • setSignedness

        public void setSignedness​(BitSet signedness)
      • getColumnCharsets

        public List<Integer> getColumnCharsets()
      • setColumnCharsets

        public void setColumnCharsets​(List<Integer> columnCharsets)
      • getColumnNames

        public List<String> getColumnNames()
      • setColumnNames

        public void setColumnNames​(List<String> columnNames)
      • getSetStrValues

        public List<String[]> getSetStrValues()
      • setSetStrValues

        public void setSetStrValues​(List<String[]> setStrValues)
      • getEnumStrValues

        public List<String[]> getEnumStrValues()
      • setEnumStrValues

        public void setEnumStrValues​(List<String[]> enumStrValues)
      • getGeometryTypes

        public List<Integer> getGeometryTypes()
      • setGeometryTypes

        public void setGeometryTypes​(List<Integer> geometryTypes)
      • getSimplePrimaryKeys

        public List<Integer> getSimplePrimaryKeys()
      • setSimplePrimaryKeys

        public void setSimplePrimaryKeys​(List<Integer> simplePrimaryKeys)
      • getPrimaryKeysWithPrefix

        public Map<Integer,​Integer> getPrimaryKeysWithPrefix()
      • setPrimaryKeysWithPrefix

        public void setPrimaryKeysWithPrefix​(Map<Integer,​Integer> primaryKeysWithPrefix)
      • getEnumAndSetColumnCharsets

        public List<Integer> getEnumAndSetColumnCharsets()
      • setEnumAndSetColumnCharsets

        public void setEnumAndSetColumnCharsets​(List<Integer> enumAndSetColumnCharsets)
      • getVisibility

        public BitSet getVisibility()
      • setVisibility

        public void setVisibility​(BitSet visibility)