Searched refs:implPreparedBatchExecution (Results 1 – 1 of 1) sorted by relevance
65 private XPreparedBatchExecution implPreparedBatchExecution; field in PostgresqlPreparedStatement77 … this.implPreparedBatchExecution = UnoRuntime.queryInterface(XPreparedBatchExecution.class, impl); in PostgresqlPreparedStatement()257 implPreparedBatchExecution.addBatch(); in addBatch()261 implPreparedBatchExecution.clearBatch(); in clearBatch()265 return implPreparedBatchExecution.executeBatch(); in executeBatch()
Completed in 8 milliseconds