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
public class PostgresBatchAction extends BatchAction
- 
Field SummaryFields inherited from class org.apache.cayenne.access.jdbc.BatchActionkeyRowDescriptor, query, runningAsBatchFields inherited from class org.apache.cayenne.access.jdbc.BaseSQLActiondataNode
- 
Constructor SummaryConstructors Constructor Description PostgresBatchAction(BatchQuery query, DataNode dataNode, boolean runningAsBatch)
- 
Method SummaryModifier and Type Method Description protected PreparedStatementprepareStatement(Connection connection, String queryStr, DbAdapter adapter, boolean generatedKeys)Methods inherited from class org.apache.cayenne.access.jdbc.BatchActioncreateTranslator, getQuery, hasGeneratedKeys, performAction, processGeneratedKeys, runAsBatch, runAsIndividualQueriesMethods 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
 
 
-