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

de.ec.sql.Condition Maven / Gradle / Ivy

There is a newer version: 1.2
Show newest version
package de.ec.sql;

public class Condition extends Conditionable implements QueryPart {

	@Override
	public String string(final QueryOptions options) {
		return "(" + super.string(options) + ")";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy