IntegralTypeHandler Class

graph BT Type-->Base0["NetTypeHandler"] click Base0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Handlers/NetTypeHandler" Base0-->Base1["PrimitiveHandler"] click Base1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Handlers/PrimitiveHandler" Base1-->Base2["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-.->Interface9["INetType"] Type["IntegralTypeHandler"] class Type type-node Derived0["ULongHandler"]-->Type click Derived0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Handlers/ULongHandler" Derived1["SByteHandler"]-->Type click Derived1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Handlers/SByteHandler" Derived2["UIntHandler"]-->Type click Derived2 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Handlers/UIntHandler" Derived3["DecimalHandler"]-->Type click Derived3 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Handlers/DecimalHandler" Derived4["UShortHandler"]-->Type click Derived4 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Handlers/UShortHandler"

Syntax

public abstract class IntegralTypeHandler : NetTypeHandler, IValueTypeHandler, 
    IIndexableTypeHandler, IIndexable4, IComparable4, ILinkLengthAware, IBuiltinTypeHandler, 
    IQueryableTypeHandler, ITypeHandler4, ICanExcludeNullInQueries, INetType

Fields

Name Constant Value Summary
_classReflector
Inherited from PrimitiveHandler

Methods

Name Value Summary
ClassReflector() IReflectClass
Inherited from PrimitiveHandler
Coerce(IReflectClass, Object) Object
Inherited from PrimitiveHandler
DefaultValue() Object
Inherited from PrimitiveHandler
DefragIndexEntry(DefragmentContextImpl) void
Inherited from PrimitiveHandler
Defragment(IDefragmentContext) void
Inherited from PrimitiveHandler
Delete(IDeleteContext) void
Inherited from PrimitiveHandler
DescendsIntoMembers() bool
Inherited from PrimitiveHandler
DotNetClassName() string
Inherited from NetTypeHandler
ExcludeNull() bool
Inherited from PrimitiveHandler
GetID() int
Inherited from NetTypeHandler
GetName() string
Inherited from NetTypeHandler
IndexEntryToObject(IContext, Object) Object
Inherited from PrimitiveHandler
InternalPrepareComparison(Object) IPreparedComparison
Inherited from NetTypeHandler
JavaClass() Type
Inherited from NetTypeHandler
LinkLength() int
Inherited from NetTypeHandler
NullRepresentationInUntypedArrays() Object
Inherited from PrimitiveHandler
PrepareComparison(IContext, Object) IPreparedComparison
Inherited from PrimitiveHandler
PrimitiveClassReflector() IReflectClass
Inherited from PrimitiveHandler
PrimitiveJavaClass() Type
Inherited from NetTypeHandler
PrimitiveMarshaller() PrimitiveMarshaller
Inherited from PrimitiveHandler
PrimitiveNull() Object
Inherited from PrimitiveHandler
Read(byte[], int) Object
Inherited from NetTypeHandler
Read(IReadContext) Object
Inherited from PrimitiveHandler
Read(MarshallerFamily, StatefulBuffer, bool) Object
Inherited from PrimitiveHandler
ReadIndexEntry(IContext, ByteArrayBuffer) Object
Inherited from PrimitiveHandler
ReadIndexEntry(IObjectIdContext) Object
Inherited from PrimitiveHandler
ReadIndexEntryFromObjectSlot(MarshallerFamily, StatefulBuffer) Object
Inherited from PrimitiveHandler
RegisterReflector(IReflector) void
Inherited from NetTypeHandler
TypeID() int
Inherited from NetTypeHandler
Write(IWriteContext, Object) void
Inherited from PrimitiveHandler
Write(Object, byte[], int) void
Inherited from NetTypeHandler
Write(Object, ByteArrayBuffer) void
Inherited from NetTypeHandler
WriteIndexEntry(IContext, ByteArrayBuffer, Object) void
Inherited from PrimitiveHandler