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
FieldsFields inherited from class BaseSQLAction
dataNode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidperformAction(Connection connection, OperationObserver observer) Executes a query using a strategy defined by the implementation.protected voidperformAction(Connection connection, OperationObserver observer, TranslatedSelect translated) Methods inherited from class BaseSQLAction
getInMemoryOffset, readResultSet
-
Field Details
-
query
-
queryMetadata
-
-
Constructor Details
-
SelectAction
-
-
Method Details
-
performAction
-
performAction
protected void performAction(Connection connection, OperationObserver observer, TranslatedSelect translated) throws Exception - Throws:
Exception
-