
co.streamx.fluent.SQL.Trim Maven / Gradle / Ivy
package co.streamx.fluent.SQL;
import co.streamx.fluent.notation.Function;
public interface Trim {
@Function(omitParentheses = true)
String FROM(String expression);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy