DateHandler Class

graph BT Type-->Base0["DateHandlerBase"] click Base0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Handlers/DateHandlerBase" Base0-->Base1["LongHandler"] click Base1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Handlers/LongHandler" Base1-->Base2["PrimitiveHandler"] click Base2 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Handlers/PrimitiveHandler" Base2-->Base3["Object"] Type-.->Interface0["IValueTypeHandler"] click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Typehandlers/IValueTypeHandler" Type-.->Interface1["IIndexableTypeHandler"] click Interface1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/IIndexableTypeHandler" Type-.->Interface2["IIndexable4"] click Interface2 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/IIndexable4" Type-.->Interface3["IComparable4"] click Interface3 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/IComparable4" Type-.->Interface4["ILinkLengthAware"] click Interface4 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/ILinkLengthAware" Type-.->Interface5["IBuiltinTypeHandler"] click Interface5 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/IBuiltinTypeHandler" Type-.->Interface6["IQueryableTypeHandler"] click Interface6 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Typehandlers/IQueryableTypeHandler" Type-.->Interface7["ITypeHandler4"] click Interface7 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Typehandlers/ITypeHandler4" Type-.->Interface8["ICanExcludeNullInQueries"] click Interface8 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/ICanExcludeNullInQueries" Type["DateHandler"] class Type type-node Derived0["DateHandler0"]-->Type click Derived0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Handlers/DateHandler0"

Syntax

public class DateHandler : DateHandlerBase, IValueTypeHandler, IIndexableTypeHandler, IIndexable4, 
    IComparable4, ILinkLengthAware, IBuiltinTypeHandler, IQueryableTypeHandler, ITypeHandler4, 
    ICanExcludeNullInQueries

Fields

Name Constant Value Summary
_classReflector
Inherited from PrimitiveHandler

Methods

Name Value Summary
ClassReflector() IReflectClass
Inherited from PrimitiveHandler
Coerce(IReflectClass, Object) Object
Inherited from DateHandlerBase
Compare(long, long) int
Inherited from LongHandler
static
CopyValue(Object, Object) Object
DefaultValue() Object
DefragIndexEntry(DefragmentContextImpl) void
Inherited from PrimitiveHandler
Defragment(IDefragmentContext) void
Inherited from PrimitiveHandler
Delete(IDeleteContext) void
Inherited from PrimitiveHandler
DescendsIntoMembers() bool
Inherited from PrimitiveHandler
ExcludeNull() bool
Inherited from PrimitiveHandler
IndexEntryToObject(IContext, Object) Object
Inherited from PrimitiveHandler
InternalPrepareComparison(Object) IPreparedComparison
Inherited from DateHandlerBase
JavaClass() Type
Inherited from DateHandlerBase
LinkLength() int
Inherited from LongHandler
Now() string
Inherited from DateHandlerBase
static
NullRepresentationInUntypedArrays() Object
PrepareComparison(IContext, Object) IPreparedComparison
Inherited from PrimitiveHandler
PrimitiveClassReflector() IReflectClass
Inherited from PrimitiveHandler
PrimitiveJavaClass() Type
Inherited from DateHandlerBase
PrimitiveMarshaller() PrimitiveMarshaller
Inherited from PrimitiveHandler
PrimitiveNull() Object
Read(IReadContext) Object
Inherited from DateHandlerBase
Read(MarshallerFamily, StatefulBuffer, bool) Object
Inherited from DateHandlerBase
ReadIndexEntry(IContext, ByteArrayBuffer) Object
Inherited from PrimitiveHandler
ReadIndexEntry(IObjectIdContext) Object
Inherited from PrimitiveHandler
ReadIndexEntryFromObjectSlot(MarshallerFamily, StatefulBuffer) Object
Inherited from PrimitiveHandler
ReadLong(IReadBuffer) long
Inherited from LongHandler
static
RegisterReflector(IReflector) void
Inherited from PrimitiveHandler
Write(IWriteContext, Object) void
Inherited from DateHandlerBase
Write(Object, ByteArrayBuffer) void
Inherited from DateHandlerBase
WriteIndexEntry(IContext, ByteArrayBuffer, Object) void
Inherited from PrimitiveHandler
WriteLong(IWriteBuffer, long) void
Inherited from LongHandler
static