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

com.ivanceras.db.api.Combine Maven / Gradle / Ivy

There is a newer version: 0.1.2
Show newest version
package com.ivanceras.db.api;

public class Combine {

	public static String UNION = "UNION";
	public static String INTERSECT = "INTERSECT";
	public static String EXCEPT = "EXCEPT";
	public static String ALL  = "ALL";
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy