Package com.db4o.internal.marshall
Class QueryingReadContext
- java.lang.Object
- 
- com.db4o.internal.AbstractBufferContext
- 
- com.db4o.internal.marshall.AbstractReadContext
- 
- com.db4o.internal.marshall.QueryingReadContext
 
 
 
- 
- All Implemented Interfaces:
- AspectVersionContext,- HandlerVersionContext,- InternalReadContext,- ObjectIdContext,- BufferContext,- Context,- ReadBuffer,- ReadContext
 
 public class QueryingReadContext extends AbstractReadContext implements HandlerVersionContext, AspectVersionContext, ObjectIdContext 
- 
- 
Field Summary- 
Fields inherited from class com.db4o.internal.marshall.AbstractReadContext_activationDepth
 
- 
 - 
Constructor SummaryConstructors Constructor Description QueryingReadContext(Transaction transaction, int handlerVersion, ReadBuffer buffer, int id)QueryingReadContext(Transaction transaction, int handlerVersion, ReadBuffer buffer, int collectionID, IdObjectCollector collector)QueryingReadContext(Transaction transaction, QCandidates candidates, int handlerVersion, ReadBuffer buffer, int collectionID)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(java.lang.Object obj)voidaddId(int id)QCandidatescandidates()intcollectionID()IdObjectCollectorcollector()intdeclaredAspectCount()voiddeclaredAspectCount(int count)inthandlerVersion()TreeIntids()intobjectId()Iterator4objectsWithoutId()voidreadId(TypeHandler4 handler)voidskipId(TypeHandler4 handler)- 
Methods inherited from class com.db4o.internal.marshall.AbstractReadContextactivationDepth, activationDepth, lastReferenceReadWasReallyNull, notifyNullReferenceSkipped, peekPersisted, read, readAtCurrentSeekPosition, readIndirectedBuffer, readObject, readObject
 - 
Methods inherited from class com.db4o.internal.AbstractBufferContextbuffer, buffer, container, isLegacyHandlerVersion, objectContainer, offset, readBitMap, readByte, readBytes, readInt, readLong, seek, slotFormat, transaction
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.db4o.marshall.ContextobjectContainer, transaction
 - 
Methods inherited from interface com.db4o.internal.marshall.HandlerVersionContextslotFormat
 - 
Methods inherited from interface com.db4o.internal.marshall.InternalReadContextbuffer, buffer, container, notifyNullReferenceSkipped, offset, read, readAtCurrentSeekPosition, readIndirectedBuffer, seek
 - 
Methods inherited from interface com.db4o.marshall.ReadBufferreadBitMap, readByte, readBytes, readInt, readLong
 - 
Methods inherited from interface com.db4o.marshall.ReadContextreadObject, readObject
 
- 
 
- 
- 
- 
Constructor Detail- 
QueryingReadContextpublic QueryingReadContext(Transaction transaction, QCandidates candidates, int handlerVersion, ReadBuffer buffer, int collectionID) 
 - 
QueryingReadContextpublic QueryingReadContext(Transaction transaction, int handlerVersion, ReadBuffer buffer, int id) 
 - 
QueryingReadContextpublic QueryingReadContext(Transaction transaction, int handlerVersion, ReadBuffer buffer, int collectionID, IdObjectCollector collector) 
 
- 
 - 
Method Detail- 
collectionIDpublic int collectionID() 
 - 
candidatespublic QCandidates candidates() 
 - 
handlerVersionpublic int handlerVersion() - Specified by:
- handlerVersionin interface- HandlerVersionContext
- Specified by:
- handlerVersionin interface- InternalReadContext
- Specified by:
- handlerVersionin class- AbstractBufferContext
 
 - 
addIdpublic void addId(int id) 
 - 
idspublic TreeInt ids() 
 - 
addpublic void add(java.lang.Object obj) 
 - 
readIdpublic void readId(TypeHandler4 handler) 
 - 
skipIdpublic void skipId(TypeHandler4 handler) 
 - 
objectsWithoutIdpublic Iterator4 objectsWithoutId() 
 - 
declaredAspectCountpublic int declaredAspectCount() - Specified by:
- declaredAspectCountin interface- AspectVersionContext
 
 - 
declaredAspectCountpublic void declaredAspectCount(int count) - Specified by:
- declaredAspectCountin interface- AspectVersionContext
 
 - 
collectorpublic IdObjectCollector collector() 
 - 
objectIdpublic int objectId() - Specified by:
- objectIdin interface- ObjectIdContext
 
 
- 
 
-