
co.streamx.fluent.SQL.MergeClause Maven / Gradle / Ivy
package co.streamx.fluent.SQL;
import co.streamx.fluent.notation.Function;
import co.streamx.fluent.notation.ParameterContext;
public interface MergeClause {
@Function(omitParentheses = true, parameterContext = ParameterContext.FROM)
MergeUsing INTO(Object targetTableReference);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy