
co.streamx.fluent.SQL.InsertClause Maven / Gradle / Ivy
package co.streamx.fluent.SQL;
import co.streamx.fluent.notation.Capability;
import co.streamx.fluent.notation.Function;
import co.streamx.fluent.notation.ParameterContext;
public interface InsertClause {
@Function(omitParentheses = true, parameterContext = ParameterContext.FROM_WITHOUT_ALIAS, parameterContextCapabilities = Capability.ALIAS_INSERT)
Clause INTO(Object tableReference);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy