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

org.mentabean.sql.operations.Divide Maven / Gradle / Ivy

There is a newer version: 2.2.4
Show newest version
package org.mentabean.sql.operations;


public class Divide extends Operation {

	@Override
	public String operationSignal() {
		return "/";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy