
co.streamx.fluent.SQL.CaseThen Maven / Gradle / Ivy
package co.streamx.fluent.SQL;
import co.streamx.fluent.notation.Function;
public interface CaseThen {
@Function(omitParentheses = true)
CaseWhen THEN(T t);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy