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

com.github.rrsunhome.excelsql.ParserConfigSource Maven / Gradle / Ivy

There is a newer version: 2.1.2
Show newest version
package com.github.rrsunhome.excelsql;

public interface ParserConfigSource {

    /**
     * 解析相关配置
     *
     * @return RuleParserConfig
     */
    RuleParserConfig initParserConfig();

    /**
     * 文件路径
     *
     * @return 文件路径
     */
    String path();

    /**
     * 获取sql类型
     *
     * @return  sql类型
     */
    Sql sql();


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy