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

com.easy.query.api4j.func.LambdaSQLFuncImpl Maven / Gradle / Ivy

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

import com.easy.query.core.func.SQLFunc;

/**
 * create time 2023/10/12 17:17
 * 文件说明
 *
 * @author xuejiaming
 */
public class LambdaSQLFuncImpl implements LambdaSQLFunc {
    private final SQLFunc sqlFunc;

    public LambdaSQLFuncImpl(SQLFunc sqlFunc){

        this.sqlFunc = sqlFunc;
    }
    @Override
    public SQLFunc getSQLFunc() {
        return sqlFunc;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy