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

com.easy.query.api4j.select.Queryable3 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.queryable3.SQLAggregatable3;
import com.easy.query.api4j.select.extension.queryable3.SQLFilterable3;
import com.easy.query.api4j.select.extension.queryable3.SQLGroupable3;
import com.easy.query.api4j.select.extension.queryable3.SQLHavingable3;
import com.easy.query.api4j.select.extension.queryable3.SQLJoinable3;
import com.easy.query.api4j.select.extension.queryable3.SQLOrderable3;
import com.easy.query.api4j.select.extension.queryable3.SQLSelectable3;
import com.easy.query.api4j.select.extension.queryable3.override.OverrideQueryable3;


/**
 * @author xuejiaming
 * @FileName: Select3.java
 * @Description: 文件说明
 * @Date: 2023/2/6 22:44
 */
public interface Queryable3 extends OverrideQueryable3,
        SQLFilterable3,
        SQLAggregatable3,
        SQLGroupable3,
        SQLHavingable3,
        SQLJoinable3,
        SQLOrderable3 ,
        SQLSelectable3 {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy