public class SelectAction extends BaseSQLAction
Modifier and Type | Field and Description |
---|---|
protected SelectQuery<?> |
query |
dataNode
Constructor and Description |
---|
SelectAction(SelectQuery<?> query,
DataNode dataNode) |
Modifier and Type | Method and Description |
---|---|
protected SelectTranslator |
createTranslator(Connection connection) |
void |
performAction(Connection connection,
OperationObserver observer)
Executes a query using a strategy defined by the implementation.
|
getInMemoryOffset, readResultSet
protected SelectQuery<?> query
public SelectAction(SelectQuery<?> query, DataNode dataNode)
protected SelectTranslator createTranslator(Connection connection)
public void performAction(Connection connection, OperationObserver observer) throws SQLException, Exception
SQLAction
SQLException
Exception
Copyright © 2001–2015 Apache Cayenne. All rights reserved.