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

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

package co.streamx.fluent.SQL;

import co.streamx.fluent.functions.Consumer0;
import co.streamx.fluent.functions.Consumer1;
import co.streamx.fluent.notation.Function;

public interface CaseThenFirst {
    @Function(omitParentheses = true)
     CaseWhen THEN(T t);

    @Function(omitParentheses = true)
    CaseWhen THEN(Consumer0 subQuery);

    @Function(omitParentheses = true)
     CaseWhen> THEN(Consumer1 subQuery);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy