db.sql.api.cmd.struct.IWhere Maven / Gradle / Ivy
package db.sql.api.cmd.struct;
import db.sql.api.Cmd;
import db.sql.api.cmd.executor.method.IWhereMethod;
import db.sql.api.cmd.struct.conditionChain.IConditionChain;
public interface IWhere> extends IWhereMethod, Cmd {
}