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

storm.query.IStatementBuilder Maven / Gradle / Ivy

The newest version!
package storm.query;

/**
 * Created by Dimitry Ivanov on 10.10.2015.
 */
public interface IStatementBuilder {
    String getStatement();
    String[] getArguments();
    boolean isEmpty();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy