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

co.streamx.fluent.SQL.ConflictAction Maven / Gradle / Ivy

package co.streamx.fluent.SQL;

import co.streamx.fluent.notation.Function;

public interface ConflictAction {
    @Function(omitParentheses = true)
    void DO_NOTHING();

    @Function(omitParentheses = true)
    UpdateSet DO_UPDATE();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy