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

db.sql.api.cmd.struct.IWhere Maven / Gradle / Ivy

There is a newer version: 1.7.6-RC2
Show newest version
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 {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy