public final class SqlHelper extends Object
Modifier and Type | Method and Description |
---|---|
static String |
convertSql(String sql,
Map<String,List<Integer>> posMap) |
static Object[] |
expandParameters(Map<String,List<Integer>> posMap,
Map<String,Object> parameters)
Expand parameters for statement from named parameter position map
|
public static Object[] expandParameters(Map<String,List<Integer>> posMap, Map<String,Object> parameters)
posMap
- the position mapparameters
- the named parameters mapCopyright © 2016 Eclipse NeoSCADA Project. All rights reserved.