public class EmptyRowPrecondition extends Object implements IPrecondition
IPrecondition
succeeds iff there are no property values for the
logical row (it recognizes a null
, indicating no property
values, and an empty logical row, indicating that an INameFilter
was
applied and that there were no property values which satisified that filter,
and a deleted property value for the primary key, which is often used as a
shorthand for deleting the logical row).Modifier and Type | Field and Description |
---|---|
protected static org.apache.log4j.Logger |
log |
Constructor and Description |
---|
EmptyRowPrecondition() |
public boolean accept(ITPS logicalRow)
accept
in interface IPrecondition
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.