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

db.sql.api.cmd.executor.method.IHavingMethod Maven / Gradle / Ivy

There is a newer version: 1.7.6-RC2
Show newest version
package db.sql.api.cmd.executor.method;

import db.sql.api.cmd.basic.ITable;
import db.sql.api.cmd.basic.ITableField;
import db.sql.api.cmd.executor.method.havingMethod.IHavingMethods;
import db.sql.api.cmd.struct.query.IHaving;

import java.util.function.Consumer;

public interface IHavingMethod, TABLE_FIELD extends ITableField,
        HAVING extends IHaving
        >
        extends IHavingMethods {

    SELF having(Consumer consumer);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy