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

com.indix.query.Query Maven / Gradle / Ivy

package com.indix.query;

import org.apache.http.NameValuePair;
import java.util.List;

/**
 * Base query interface
 */
public interface Query {
    List getParameters();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy