|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 ParsedSql 的软件包 | |
|---|---|
| net.hasor.jdbc.core.util | |
| net.hasor.jdbc.core.util 中 ParsedSql 的使用 |
|---|
| 返回 ParsedSql 的 net.hasor.jdbc.core.util 中的方法 | |
|---|---|
static ParsedSql |
NamedParameterUtils.parseSqlStatement(String sql)
Parse the SQL statement and locate any placeholders or named parameters. |
| 参数类型为 ParsedSql 的 net.hasor.jdbc.core.util 中的方法 | |
|---|---|
static int[] |
NamedParameterUtils.buildSqlTypeArray(ParsedSql parsedSql,
SqlParameterSource paramSource)
Convert a Map of parameter types to a corresponding int array. |
static Object[] |
NamedParameterUtils.buildValueArray(ParsedSql parsedSql,
SqlParameterSource paramSource,
List<SqlParameter> declaredParams)
Convert a Map of named parameter values to a corresponding array. |
static int[] |
NamedBatchUpdateUtils.executeBatchUpdateWithNamedParameters(ParsedSql parsedSql,
SqlParameterSource[] batchArgs,
JdbcOperations jdbcOperations)
|
static String |
NamedParameterUtils.substituteNamedParameters(ParsedSql parsedSql,
SqlParameterSource paramSource)
Parse the SQL statement and locate any placeholders or named parameters. |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||