
co.streamx.fluent.SQL.By Maven / Gradle / Ivy
package co.streamx.fluent.SQL;
import co.streamx.fluent.notation.Function;
public interface By extends NullsSortOrder, Comparable {
@Function(omitParentheses = true)
NullsSortOrder ASC();
@Function(omitParentheses = true)
NullsSortOrder DESC();
@Function(omitParentheses = true)
NullsSortOrder USING(String operator);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy