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

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

package co.streamx.fluent.SQL;

import co.streamx.fluent.notation.Function;

public interface WindowOrder extends WindowFrame {
    @Function(name = "ORDER BY", omitParentheses = true)
    WindowFrame ORDER(SortOrder... sorts);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy