Class PostgreSQLBatchedStatementsExecutor
java.lang.Object
org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.PostgreSQLBatchedStatementsExecutor
Batched statements executor for PostgreSQL.
-
Constructor Summary
ConstructorsConstructorDescriptionPostgreSQLBatchedStatementsExecutor(ConnectionSession connectionSession, PostgreSQLServerPreparedStatement preparedStatement, List<List<Object>> parameterSets) -
Method Summary
-
Constructor Details
-
PostgreSQLBatchedStatementsExecutor
public PostgreSQLBatchedStatementsExecutor(ConnectionSession connectionSession, PostgreSQLServerPreparedStatement preparedStatement, List<List<Object>> parameterSets)
-
-
Method Details
-
executeBatch
Execute batch.- Returns:
- inserted rows
- Throws:
SQLException- SQL exception
-