public class StatementEnhanceInfos extends Object
| Constructor and Description |
|---|
StatementEnhanceInfos(ConnectionInfo connectionInfo,
String sql,
String statementName) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionInfo |
getConnectionInfo() |
int |
getMaxIndex() |
Object[] |
getParameters() |
String |
getSql() |
String |
getStatementName() |
void |
setParameter(int index,
Object parameter) |
public StatementEnhanceInfos(ConnectionInfo connectionInfo, String sql, String statementName)
public ConnectionInfo getConnectionInfo()
public String getSql()
public String getStatementName()
public void setParameter(int index,
Object parameter)
public Object[] getParameters()
public int getMaxIndex()
Copyright © 2020 The Apache Software Foundation. All rights reserved.