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

org.dbtools.schema.OnConflict Maven / Gradle / Ivy

There is a newer version: 11.0.0
Show newest version
package org.dbtools.schema;

/**
 * Created by hansenji on 6/3/14.
 */
public enum OnConflict {
    ROLLBACK,
    ABORT,
    FAIL,
    IGNORE,
    REPLACE,
    NONE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy