コード例 #1
0
 public ArangoCursorIterator(ArangoCursor <T> cursor, ArangoCursorExecute
                             execute, InternalArangoDatabase <ArangoExecutor <object, Connection>, object, Connection> db, CursorEntity result)
     : base()
 {
     this.cursor  = cursor;
     this.execute = execute;
     this.db      = db;
     this.result  = result;
     this.pos     = 0;
 }
コード例 #2
0
 public _ResponseDeserializer_90(InternalArangoDatabase <E, R, C> _enclosing)
 {
     this._enclosing = _enclosing;
 }
コード例 #3
0
 public _ResponseDeserializer_271(InternalArangoDatabase <E, R, C> _enclosing, java.lang.Class
                                  type)
 {
     this._enclosing = _enclosing;
     this.type       = type;
 }