|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectnet.hasor.db.jdbc.core.ParsedSql
public class ParsedSql
编译的SQL
| 方法摘要 | |
|---|---|
static String |
buildSql(ParsedSql parsedSql,
SqlParameterSource paramSource)
生成SQL |
static Object[] |
buildSqlValues(ParsedSql parsedSql,
SqlParameterSource paramSource)
生成Values |
int |
getNamedParameterCount()
|
String |
getOriginalSql()
|
List<int[]> |
getParameterIndexes()
|
List<String> |
getParameterNames()
|
static ParsedSql |
getParsedSql(String originalSql)
|
int |
getTotalParameterCount()
|
int |
getUnnamedParameterCount()
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 方法详细信息 |
|---|
public String getOriginalSql()
public int getNamedParameterCount()
public int getUnnamedParameterCount()
public int getTotalParameterCount()
public List<String> getParameterNames()
public List<int[]> getParameterIndexes()
public static ParsedSql getParsedSql(String originalSql)
public static String buildSql(ParsedSql parsedSql,
SqlParameterSource paramSource)
public static Object[] buildSqlValues(ParsedSql parsedSql,
SqlParameterSource paramSource)
throws SQLException
SQLException
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||