Skip to content

SupportsDeleteV2 Tables

SupportsDeleteV2 is an extension of the TruncatableTable abstraction for truncatable tables that can deleteWhere.

Contract

deleteWhere

void deleteWhere(
  Predicate[] predicates)

See:

Used when:

Implementations

canDeleteWhere

boolean canDeleteWhere(
    Predicate[] predicates)

canDeleteWhere is enabled (true).


canDeleteWhere is used when: