Home
last modified time | relevance | path

Searched refs:implPreparedBatchExecution (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlPreparedStatement.java65 private XPreparedBatchExecution implPreparedBatchExecution; field in PostgresqlPreparedStatement
77 … 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 6 milliseconds