Ejemplo n.º 1
0
 internal abstract void wrongOwner(Org.Neo4j.Consistency.report.ConsistencyReport_PropertyConsistencyReport report);
Ejemplo n.º 2
0
 internal override void empty(Org.Neo4j.Consistency.report.ConsistencyReport_PropertyConsistencyReport report, DynamicRecord value)
 {
     report.ArrayEmpty(_block, value);
 }
Ejemplo n.º 3
0
 public abstract void noBackReference(Org.Neo4j.Consistency.report.ConsistencyReport_PropertyConsistencyReport report, Org.Neo4j.Kernel.impl.store.record.PropertyRecord property);
Ejemplo n.º 4
0
 internal override void notUsed(Org.Neo4j.Consistency.report.ConsistencyReport_PropertyConsistencyReport report, DynamicRecord value)
 {
     report.ArrayNotInUse(_block, value);
 }
Ejemplo n.º 5
0
 abstract void notInUse(Org.Neo4j.Consistency.report.ConsistencyReport_PropertyConsistencyReport report, Org.Neo4j.Kernel.impl.store.record.PropertyRecord property);