
storm.query.IStatementBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of query Show documentation
Show all versions of query Show documentation
Android Storm2.0 library
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