PersistentIntegerArray Class

graph BT Type-->Base0["LocalPersistentBase"] click Base0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/LocalPersistentBase" Base0-->Base1["PersistentBase"] click Base1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/PersistentBase" Base1-->Base2["Identifiable"] click Base2 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/Identifiable" Base2-->Base3["Object"] Type-.->Interface0["IPersistent"] click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/IPersistent" Type-.->Interface1["ILinkLengthAware"] click Interface1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/ILinkLengthAware" Type["PersistentIntegerArray"] class Type type-node

Syntax

public class PersistentIntegerArray : LocalPersistentBase, IPersistent, ILinkLengthAware

Constructors

Fields

Name Constant Value Summary
_id
Inherited from Identifiable
_state
Inherited from Identifiable

Methods

Name Value Summary
Array() int[]
BeginProcessing() bool
Inherited from Identifiable
EndProcessing() void
Inherited from Identifiable
Free(LocalTransaction) void
Inherited from PersistentBase
GetHashCode() int
Inherited from Identifiable
GetID() int
Inherited from Identifiable
GetIdentifier() byte
IdSystem(Transaction) ITransactionalIdSystem
Inherited from LocalPersistentBase
IsActive() bool
Inherited from Identifiable
IsDirty() bool
Inherited from Identifiable
IsNew() bool
Inherited from Identifiable
LinkLength() int
Inherited from PersistentBase
NewWriteBuffer(int) ByteArrayBuffer
Inherited from PersistentBase
OwnLength() int
ProduceReadBuffer(Transaction) ByteArrayBuffer
Inherited from PersistentBase
ProduceWriteBuffer(Transaction, int) ByteArrayBuffer
Inherited from PersistentBase
Read(Transaction, ByteArrayBuffer) void
Inherited from PersistentBase
Read(Transaction) void
Inherited from PersistentBase
ReadBufferById(Transaction) ByteArrayBuffer
Inherited from LocalPersistentBase
ReadThis(Transaction, ByteArrayBuffer) void
SetID(int) void
Inherited from Identifiable
SetStateClean() void
Inherited from Identifiable
SetStateDeactivated() void
Inherited from Identifiable
SetStateDirty() void
Inherited from Identifiable
SlotChangeFactory() SlotChangeFactory
Write(Transaction) void
Inherited from PersistentBase
WriteObjectBegin() bool
Inherited from PersistentBase
WriteOwnID(Transaction, ByteArrayBuffer) void
Inherited from PersistentBase
WriteThis(Transaction, ByteArrayBuffer) void