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