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

com.gitee.qdbp.jdbc.plugins.SqlReplacer Maven / Gradle / Ivy

package com.gitee.qdbp.jdbc.plugins;

import com.gitee.qdbp.jdbc.model.DbVersion;

/**
 * SQL替换处理接口
 *
 * @author zhaohuihua
 * @version 20210815
 */
public interface SqlReplacer {

    /**
     * 源SQL语句
     * 
     * @param sql 待格式化的SQL语句
     * @param version 数据库版本
     * @return 替换后的SQL语句
     */
    String replace(String sql, DbVersion version);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy