Home
last modified time | relevance | path

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

/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlStatement.java49 private XCancellable implCancellable; field in PostgresqlStatement
58 this.implCancellable = UnoRuntime.queryInterface(XCancellable.class, impl); in PostgresqlStatement()
134 implCancellable.cancel(); in cancel()
H A DPostgresqlPreparedStatement.java62 private XCancellable implCancellable; field in PostgresqlPreparedStatement
74 this.implCancellable = UnoRuntime.queryInterface(XCancellable.class, impl); in PostgresqlPreparedStatement()
151 implCancellable.cancel(); in cancel()
H A DPostgresqlResultSet.java62 private XCancellable implCancellable; field in PostgresqlResultSet
75 this.implCancellable = UnoRuntime.queryInterface(XCancellable.class, impl); in PostgresqlResultSet()
266 implCancellable.cancel(); in cancel()

Completed in 16 milliseconds