public final class SqlifyCore extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Pattern |
USER_PARAMETER_EXTRACTION_PATTERN |
| Constructor and Description |
|---|
SqlifyCore() |
| Modifier and Type | Method and Description |
|---|---|
protected static PreparedStatement |
applyParameterMapToPreparedStatement(PreparedStatement preparedStatement,
Map<String,Object> parameterMap,
List<String> parametersInSqlSorted) |
protected static String |
convertNamedParametersIntoJdbcCompliantPreparedStatement(String sqlWithNamedPlaceholers) |
protected static List<String> |
extractParameterNames(String userSpecifiedSql) |
protected static final Pattern USER_PARAMETER_EXTRACTION_PATTERN
protected static final String convertNamedParametersIntoJdbcCompliantPreparedStatement(String sqlWithNamedPlaceholers)
protected static final List<String> extractParameterNames(String userSpecifiedSql)
protected static final PreparedStatement applyParameterMapToPreparedStatement(PreparedStatement preparedStatement, Map<String,Object> parameterMap, List<String> parametersInSqlSorted)
Copyright © 2018. All rights reserved.