public class JotyApp.QueryResponseHandlersManager extends JotyApp.ResponseHandlersManager
QueryResponseHandler
object that is store as the base of
the stack of handlers;
For providing the compatibility with the paradigm of the Joty "protocol", a
BasicPostStatement
is accepted: beyond providing a parameter for opening the WResultSet, it is hosted
for later use in the response handling section, when the QueryResponseHandler.handleQuery
method will be invoked.JotyApp.QueryResponseHandler
Modifier and Type | Field and Description |
---|---|
boolean |
m_backward |
boolean |
m_forPagination |
WResultSet |
m_rs |
org.joty.common.Utilities.Stocker |
m_smallBlobs |
m_exceptionalResponse, m_webConn
Constructor and Description |
---|
QueryResponseHandlersManager(org.joty.common.BasicPostStatement postStatement,
JotyApp.QueryResponseHandler respHandler) |
QueryResponseHandlersManager(org.joty.common.BasicPostStatement postStatement,
JotyApp.QueryResponseHandler respHandler,
WResultSet rs) |
QueryResponseHandlersManager(java.lang.String sqlQuery,
JotyApp.QueryResponseHandler respHandler) |
QueryResponseHandlersManager(java.lang.String sqlQuery,
JotyApp.QueryResponseHandler respHandler,
WResultSet rs) |
Modifier and Type | Method and Description |
---|---|
void |
open() |
void |
open(boolean forMetadataOnly) |
void |
setSmallBlobsList(org.joty.common.Utilities.Stocker list) |
checkToExecute, getParam, popAndcheckToExecute, push, setParam, topHandlerIncrementCounter
public WResultSet m_rs
public boolean m_forPagination
public boolean m_backward
public org.joty.common.Utilities.Stocker m_smallBlobs
public QueryResponseHandlersManager(java.lang.String sqlQuery, JotyApp.QueryResponseHandler respHandler, WResultSet rs)
public QueryResponseHandlersManager(java.lang.String sqlQuery, JotyApp.QueryResponseHandler respHandler)
public QueryResponseHandlersManager(org.joty.common.BasicPostStatement postStatement, JotyApp.QueryResponseHandler respHandler, WResultSet rs)
public QueryResponseHandlersManager(org.joty.common.BasicPostStatement postStatement, JotyApp.QueryResponseHandler respHandler)