public class PreparedStatementInformation extends Object
| Constructor and Description |
|---|
PreparedStatementInformation(String sql) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<Integer,Value> |
getParameterValues() |
String |
getSql() |
String |
getSqlWithValues() |
void |
setParameterValue(int position,
Object value) |
public PreparedStatementInformation(String sql)
Copyright © 2019 The Apache Software Foundation. All rights reserved.