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

prompto.statement.SimpleStatement Maven / Gradle / Ivy

The newest version!
package prompto.statement;

public abstract class SimpleStatement extends BaseStatement {

	@Override
	public boolean isSimple() {
		return true;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy