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

com.yomahub.liteflow.parser.sql.read.SqlRead Maven / Gradle / Ivy

package com.yomahub.liteflow.parser.sql.read;

import com.yomahub.liteflow.parser.constant.ReadType;

import java.util.List;
import java.util.Map;

/**
 * sql 读取接口
 *
 * @author tangkc
 * @author houxinyu
 * @since 2.11.1
 */
public interface SqlRead {

    /**
     * 读取
     *
     * @return 返回读取到的数据
     */
    List read();

    /**
     * 类型
     *
     * @return 返回类型
     */
    ReadType type();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy