Skip to content

Commit 6318fc1

Browse files
author
Nicklas Warming Jacobsen
committed
Add fn protected_indexes on PreparedDelete
1 parent 379cdb5 commit 6318fc1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/encrypted_table/mod.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ impl PreparedDelete {
132132
pub fn prepared_primary_key(&self) -> PreparedPrimaryKey {
133133
self.primary_key.clone()
134134
}
135+
136+
pub fn protected_indexes(&self) -> &[(Cow<'static, str>, IndexType)] {
137+
&self.protected_indexes
138+
}
135139
}
136140

137141
impl PreparedRecord {

0 commit comments

Comments
 (0)