Package org.apache.cayenne.dba.postgres
Class PostgresBatchAction
java.lang.Object
org.apache.cayenne.access.jdbc.BaseSQLAction
org.apache.cayenne.access.jdbc.BatchAction
org.apache.cayenne.dba.postgres.PostgresBatchAction
- All Implemented Interfaces:
- SQLAction
- 
Field SummaryFields inherited from class org.apache.cayenne.access.jdbc.BatchActionkeyRowDescriptor, query, runningAsBatchFields inherited from class org.apache.cayenne.access.jdbc.BaseSQLActiondataNode
- 
Constructor SummaryConstructorsConstructorDescriptionPostgresBatchAction(BatchQuery query, DataNode dataNode, boolean runningAsBatch) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected PreparedStatementprepareStatement(Connection connection, String queryStr, DbAdapter adapter, boolean generatedKeys) Methods inherited from class org.apache.cayenne.access.jdbc.BatchActioncanRunAsBatch, createTranslator, getQuery, hasGeneratedKeys, performAction, processGeneratedKeys, processGeneratedKeys, runAsBatch, runAsIndividualQueries, supportsGeneratedKeysMethods inherited from class org.apache.cayenne.access.jdbc.BaseSQLActiongetInMemoryOffset, readResultSet
- 
Constructor Details- 
PostgresBatchAction- Since:
- 4.0
 
 
- 
- 
Method Details- 
prepareStatementprotected PreparedStatement prepareStatement(Connection connection, String queryStr, DbAdapter adapter, boolean generatedKeys) throws SQLException - Overrides:
- prepareStatementin class- BatchAction
- Throws:
- SQLException
 
 
-