io.github.wycst.wast.jdbc.query.sql.Sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wast Show documentation
Show all versions of wast Show documentation
Wast is a high-performance Java toolset library package that includes JSON, YAML, CSV, HttpClient, JDBC and EL engines
The newest version!
package io.github.wycst.wast.jdbc.query.sql;
import java.util.List;
/**
* 解析根据数据和模版sql得到的sql结构对象
*
* @author wangyunchao
*/
public class Sql {
private String originalSql;
private String formalSql;
private String totalSql;
private List paramNames;
private Object[] paramValues;
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy