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

co.streamx.fluent.SQL.Oracle.Ignore Maven / Gradle / Ivy

package co.streamx.fluent.SQL.Oracle;

public enum Ignore {
    NULLS {
        @Override
        public String toString() {
            return "IGNORE NULLS";
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy