Searched refs:implCancellable (Results 1 – 3 of 3) sorted by relevance
49 private XCancellable implCancellable; field in PostgresqlStatement58 this.implCancellable = UnoRuntime.queryInterface(XCancellable.class, impl); in PostgresqlStatement()134 implCancellable.cancel(); in cancel()
62 private XCancellable implCancellable; field in PostgresqlPreparedStatement74 this.implCancellable = UnoRuntime.queryInterface(XCancellable.class, impl); in PostgresqlPreparedStatement()151 implCancellable.cancel(); in cancel()
62 private XCancellable implCancellable; field in PostgresqlResultSet75 this.implCancellable = UnoRuntime.queryInterface(XCancellable.class, impl); in PostgresqlResultSet()266 implCancellable.cancel(); in cancel()
Completed in 24 milliseconds