public class JsqlParserHelper extends Object
| 构造器和说明 |
|---|
JsqlParserHelper() |
| 限定符和类型 | 方法和说明 |
|---|---|
static net.sf.jsqlparser.statement.select.Select |
getSelect(net.sf.jsqlparser.schema.Table table,
List<net.sf.jsqlparser.schema.Column> column,
net.sf.jsqlparser.expression.Expression whereExpression) |
static List<org.apache.ibatis.mapping.ParameterMapping> |
getSelectParamMap(org.apache.ibatis.session.Configuration configuration,
org.apache.ibatis.mapping.BoundSql boundSql) |
static String |
getSelectSql(org.apache.ibatis.session.Configuration configuration,
org.apache.ibatis.mapping.BoundSql boundSql) |
static List<String> |
getWhereColumn(net.sf.jsqlparser.expression.Expression whereExpression) |
static String |
showSql(org.apache.ibatis.session.Configuration configuration,
org.apache.ibatis.mapping.BoundSql boundSql) |
public static List<String> getWhereColumn(net.sf.jsqlparser.expression.Expression whereExpression)
public static net.sf.jsqlparser.statement.select.Select getSelect(net.sf.jsqlparser.schema.Table table,
List<net.sf.jsqlparser.schema.Column> column,
net.sf.jsqlparser.expression.Expression whereExpression)
public static List<org.apache.ibatis.mapping.ParameterMapping> getSelectParamMap(org.apache.ibatis.session.Configuration configuration, org.apache.ibatis.mapping.BoundSql boundSql)
public static String getSelectSql(org.apache.ibatis.session.Configuration configuration, org.apache.ibatis.mapping.BoundSql boundSql)
public static String showSql(org.apache.ibatis.session.Configuration configuration, org.apache.ibatis.mapping.BoundSql boundSql)
Copyright © 2022. All rights reserved.