Package org.apache.cayenne.access.jdbc
Class SelectAction
java.lang.Object
org.apache.cayenne.access.jdbc.BaseSQLAction
org.apache.cayenne.access.jdbc.SelectAction
- All Implemented Interfaces:
SQLAction
- Direct Known Subclasses:
DB2SelectAction
,DerbySelectAction
,FirebirdSelectAction
,H2SelectAction
,IngresSelectAction
,SQLiteSelectAction
,SQLServerSelectAction
A SQLAction that handles SelectQuery execution.
- Since:
- 1.2
-
Field Summary
Fields inherited from class org.apache.cayenne.access.jdbc.BaseSQLAction
dataNode
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
performAction
(Connection connection, OperationObserver observer) Executes a query using a strategy defined by the implementation.Methods inherited from class org.apache.cayenne.access.jdbc.BaseSQLAction
getInMemoryOffset, readResultSet