Home
last modified time | relevance | path

Searched defs:addDeleteAction (Results 1 – 5 of 5) sorted by relevance

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pin-project-lite-0.2.7/tests/
H A Dproper_unpin.rs1 #![warn(rust_2018_idioms, single_use_lifetimes)]
2 #![allow(dead_code)]
3
4 #[macro_use]
5 mod auxiliary;
6
7 pub mod default {
8 use std::marker::PhantomPinned;
9
10 use pin_project_lite::pin_project;
[all …]
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/
H A DTransactionManager2PL.java216 public RowAction addDeleteAction(Session session, Table table, in addDeleteAction() method in TransactionManager2PL
H A DTransactionManagerMV2PL.java279 public RowAction addDeleteAction(Session session, Table table, in addDeleteAction() method in TransactionManagerMV2PL
H A DTransactionManagerMVCC.java334 public RowAction addDeleteAction(Session session, Table table, in addDeleteAction() method in TransactionManagerMVCC
H A DSession.java447 public void addDeleteAction(Table table, PersistentStore store, Row row, in addDeleteAction() method in Session