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

ru.curs.celesta.dbutils.term.WhereTerm Maven / Gradle / Ivy

The newest version!
package ru.curs.celesta.dbutils.term;

import ru.curs.celesta.dbutils.QueryBuildingHelper;
import ru.curs.celesta.dbutils.stmt.ParameterSetter;

import java.util.List;

/**
 * A term of filter/navigation where clause.
 */
public abstract class WhereTerm {
    public abstract String getWhere();

    public abstract void programParams(
            List program, QueryBuildingHelper queryBuildingHelper
    );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy