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 SummaryFieldsFields inherited from class org.apache.cayenne.access.jdbc.BaseSQLActiondataNode
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidperformAction(Connection connection, OperationObserver observer) Executes a query using a strategy defined by the implementation.Methods inherited from class org.apache.cayenne.access.jdbc.BaseSQLActiongetInMemoryOffset, readResultSet