Example #1
0
 protected internal ArangoCursor(InternalArangoDatabase <object
                                                         , object, object> db, ArangoCursorExecute execute, java.lang.Class
                                 type, CursorEntity result)
     : base()
 {
     this.execute  = execute;
     this.type     = type;
     this.count    = result.getCount();
     this.extra    = result.getExtra();
     this.cached   = result.getCached();
     this.iterator = new ArangoCursorIterator <T>(this, execute, db,
                                                  result);
     this.id = result.getId();
 }
Example #2
0
 public _ResponseDeserializer_292(InternalArangoDatabase <E, R, C> _enclosing)
 {
     this._enclosing = _enclosing;
 }