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

com.easy.query.api4j.select.Queryable2 Maven / Gradle / Ivy

There is a newer version: 2.3.3
Show newest version
package com.easy.query.api4j.select;

import com.easy.query.api4j.select.extension.queryable2.SQLAggregatable2;
import com.easy.query.api4j.select.extension.queryable2.SQLFilterable2;
import com.easy.query.api4j.select.extension.queryable2.SQLGroupable2;
import com.easy.query.api4j.select.extension.queryable2.SQLHavingable2;
import com.easy.query.api4j.select.extension.queryable2.SQLJoinable2;
import com.easy.query.api4j.select.extension.queryable2.SQLOrderable2;
import com.easy.query.api4j.select.extension.queryable2.SQLSelectable2;
import com.easy.query.api4j.select.extension.queryable2.override.OverrideQueryable2;


/**
 * @author xuejiaming
 * @FileName: Select2.java
 * @Description: 文件说明
 * @Date: 2023/2/6 22:42
 */
public interface Queryable2 extends OverrideQueryable2,
        SQLFilterable2,
        SQLSelectable2,
        SQLAggregatable2,
        SQLGroupable2,
        SQLHavingable2,
        SQLOrderable2,
        SQLJoinable2 {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy