コード例 #1
0
 public override Response GetNodeRelationships(long nodeId, DatabaseActions.RelationshipDirection direction, AmpersandSeparatedCollection types)
 {
     using (Transaction transaction = _graph.beginTx())
     {
         Response response = _restfulGraphDatabase.getNodeRelationships(nodeId, direction, types);
         return(response);
     }
 }
コード例 #2
0
 public override Response DropPropertyUniquenessConstraint(string labelName, AmpersandSeparatedCollection properties)
 {
     throw new System.NotSupportedException("TODO");
 }
コード例 #3
0
 public override Response DropSchemaIndex(string labelName, AmpersandSeparatedCollection properties)
 {
     throw new System.NotSupportedException("TODO");
 }
コード例 #4
0
 public override Response GetSchemaConstraintsForLabelAndPropertyUniqueness(string labelName, AmpersandSeparatedCollection propertyKeys)
 {
     throw new System.NotSupportedException("TODO");
 }