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

net.turnbig.qb.segment.impl.combined.OrSegment Maven / Gradle / Ivy

The newest version!
package net.turnbig.qb.segment.impl.combined;

/**
 * @author wuqb
 * @date 2010-9-10
 * @version $Revision$
 */
public class OrSegment extends CombinedSqlSegment {

	/*
	 * (non-Javadoc)
	 * 
	 * @see edu.woo.qb.test.QueryCondition#getCondition()
	 */
	@Override
	public String asSql() {
		return this.join("(", ")", "or");
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy