Package org.apache.cayenne.dba.db2
Class DB2ActionBuilder
java.lang.Object
org.apache.cayenne.dba.JdbcActionBuilder
org.apache.cayenne.dba.db2.DB2ActionBuilder
- All Implemented Interfaces:
SQLActionVisitor
- Since:
- 3.1
-
Field Summary
Fields inherited from class org.apache.cayenne.dba.JdbcActionBuilder
dataNode
-
Method Summary
Modifier and TypeMethodDescription<T> SQLAction
objectSelectAction
(FluentSelect<T> query) Creates an action to execute a FluentSelect.<T> SQLAction
objectSelectAction
(SelectQuery<T> query) Creates an action to execute a SelectQuery.procedureAction
(ProcedureQuery query) Creates an action to execute a ProcedureQuery.Methods inherited from class org.apache.cayenne.dba.JdbcActionBuilder
batchAction, ejbqlAction, sqlAction
-
Method Details
-
procedureAction
Description copied from interface:SQLActionVisitor
Creates an action to execute a ProcedureQuery.- Specified by:
procedureAction
in interfaceSQLActionVisitor
- Overrides:
procedureAction
in classJdbcActionBuilder
-
objectSelectAction
Description copied from interface:SQLActionVisitor
Creates an action to execute a SelectQuery.- Specified by:
objectSelectAction
in interfaceSQLActionVisitor
- Overrides:
objectSelectAction
in classJdbcActionBuilder
-
objectSelectAction
Description copied from interface:SQLActionVisitor
Creates an action to execute a FluentSelect.- Specified by:
objectSelectAction
in interfaceSQLActionVisitor
- Overrides:
objectSelectAction
in classJdbcActionBuilder
- Since:
- 4.2
-