Package | Description |
---|---|
org.tinygroup.parsedsql.impl | |
org.tinygroup.parsedsql.util |
Modifier and Type | Method and Description |
---|---|
protected ParsedSql |
SimpleJDBCNamedSqlExecutor.getParsedSql(String sql) |
Modifier and Type | Method and Description |
---|---|
static ParsedSql |
NamedParameterUtils.parseSqlStatement(String sql)
Parse the SQL statement and locate any placeholders or named parameters.
|
Modifier and Type | Method and Description |
---|---|
static List<org.springframework.jdbc.core.SqlParameter> |
NamedParameterUtils.buildSqlParameterList(ParsedSql parsedSql,
org.springframework.jdbc.core.namedparam.SqlParameterSource paramSource)
Convert parameter declarations from an SqlParameterSource to a corresponding List of SqlParameters.
|
static int[] |
NamedParameterUtils.buildSqlTypeArray(ParsedSql parsedSql,
org.springframework.jdbc.core.namedparam.SqlParameterSource paramSource)
Convert parameter types from an SqlParameterSource into a corresponding int array.
|
static Object[] |
NamedParameterUtils.buildValueArray(ParsedSql parsedSql,
org.springframework.jdbc.core.namedparam.SqlParameterSource paramSource,
List<org.springframework.jdbc.core.SqlParameter> declaredParams)
Convert a Map of named parameter values to a corresponding array.
|
static String |
NamedParameterUtils.substituteNamedParameters(ParsedSql parsedSql,
org.springframework.jdbc.core.namedparam.SqlParameterSource paramSource)
Parse the SQL statement and locate any placeholders or named parameters.
|
Copyright © 2006–2018 TinyGroup. All rights reserved.