public class JdbcRequest extends Object
| 构造器和说明 |
|---|
JdbcRequest() |
public static JdbcRequest of(String sql) throws SQLFeatureNotSupportedException
sql - sql语句SQLFeatureNotSupportedException - 不支持的sql语法public static JdbcRequest of(List<com.alibaba.druid.sql.ast.SQLStatement> sqls) throws SQLFeatureNotSupportedException
sqls - sql语句集合SQLFeatureNotSupportedException - 不支持的sql语法public static com.alibaba.druid.sql.ast.SQLStatement to(String sql)
sql - sql字符串public String getUrl()
Copyright © 2022. All rights reserved.