Package | Description |
---|---|
org.tinygroup.tinysqldsl.util |
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 String |
NamedParameterUtils.substituteNamedParameters(ParsedSql parsedSql,
Map<String,Object> paramSource)
Parse the SQL statement and locate any placeholders or named parameters.
|
Copyright © 2006–2018 TinyGroup. All rights reserved.