public class QueryExecutionContext extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
iteration |
Constructor and Description |
---|
QueryExecutionContext(String query,
JdbcQuerySenderBase.QueryType queryType,
ParameterList parameterList) |
Modifier and Type | Method and Description |
---|---|
Connection |
getConnection() |
JdbcSession |
getJdbcSession() |
ParameterList |
getParameterList() |
String |
getQuery() |
JdbcQuerySenderBase.QueryType |
getQueryType() |
PreparedStatement |
getResultQueryStatement() |
PreparedStatement |
getStatement() |
void |
setConnection(Connection connection) |
void |
setJdbcSession(JdbcSession jdbcSession) |
void |
setQuery(String query) |
void |
setQueryType(JdbcQuerySenderBase.QueryType queryType) |
void |
setResultQueryStatement(PreparedStatement resultQueryStatement) |
void |
setStatement(PreparedStatement statement) |
public QueryExecutionContext(String query, JdbcQuerySenderBase.QueryType queryType, ParameterList parameterList)
public String getQuery()
public void setQuery(String query)
public JdbcQuerySenderBase.QueryType getQueryType()
public void setQueryType(JdbcQuerySenderBase.QueryType queryType)
public ParameterList getParameterList()
public Connection getConnection()
public void setConnection(Connection connection)
public PreparedStatement getStatement()
public void setStatement(PreparedStatement statement)
public PreparedStatement getResultQueryStatement()
public void setResultQueryStatement(PreparedStatement resultQueryStatement)
public void setJdbcSession(JdbcSession jdbcSession)
public JdbcSession getJdbcSession()
Copyright © 2023 Frank!Framework. All rights reserved.