All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.wz2cool.canal.utils.model.EnhancedAlterOperation Maven / Gradle / Ivy

The newest version!
package com.github.wz2cool.canal.utils.model;

/**
 * @author Frank
 */
public enum EnhancedAlterOperation {
    /**
     * The operation of add column.
     */
    ADD_COLUMN,
    /**
     * The operation of rename column.
     */
    RENAME_COLUMN,
    /**
     * The operation of change column type.
     */
    CHANGE_COLUMN_TYPE,
    /**
     * The operation of drop column.
     */
    DROP_COLUMN
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy