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

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

package db.sql.api.cmd.executor.method;

import db.sql.api.cmd.executor.ISubQuery;

public interface IWithMethod {
    SELF with(ISubQuery subQuery);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy