|
|
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
LOGICAL Add (Object) |
Inherited from OpenEdge.Core.Collections.MapBackedCollection |
|||||
|
|
LOGICAL AddAll (ICollection) |
Inherited from OpenEdge.Core.Collections.MapBackedCollection |
|||||
|
|
LOGICAL AddArray (Object[]) |
Inherited from OpenEdge.Core.Collections.MapBackedCollection |
|||||
|
|
Clear () |
Inherited from OpenEdge.Core.Collections.MapBackedCollection |
|||||
|
|
LOGICAL Contains (Object) |
/* abstract because this could be a key or value */ Overrides OpenEdge.Core.Collections.MapBackedCollection:Contains (Object) |
|||||
|
|
LOGICAL ContainsAll (ICollection) |
Overrides OpenEdge.Core.Collections.MapBackedCollection:ContainsAll (ICollection) |
|||||
|
|
LOGICAL IsEmpty () |
Inherited from OpenEdge.Core.Collections.MapBackedCollection |
|||||
|
|
OpenEdge.Core.Collections.IIterator Iterator () |
/* Returns a new IIterator over the entryset. */ Overrides OpenEdge.Core.Collections.MapBackedCollection:Iterator () |
|||||
|
|
LOGICAL Remove (Object) |
/* abstract because this could be a collection of keys or values */ Overrides OpenEdge.Core.Collections.MapBackedCollection:Remove (Object) |
|||||
|
|
LOGICAL RemoveAll (ICollection) |
/* abstract because this could be a collection of keys or values */ Overrides OpenEdge.Core.Collections.MapBackedCollection:RemoveAll (ICollection) |
|||||
|
|
LOGICAL RetainAll (ICollection) |
/* abstract because this could be a collection of keys or values */ Overrides OpenEdge.Core.Collections.MapBackedCollection:RetainAll (ICollection) |
|||||
|
|
Progress.Lang.Object ToArray () |
/* ToArray should not be used with large collections
If there is too much data the ABL will throw:
Attempt to update data exceeding 32000. (12371) */ Inherited from OpenEdge.Core.Collections.MapBackedCollection |
|||||
|
|
ToTable (table-handle) |
/* Returns a TT of the collection's data.
This may be expensive, depending on the amount of data in the map.
@param output table-handle A TT containing the data. */ Inherited from OpenEdge.Core.Collections.MapBackedCollection |
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
EntrySet (IMap, handle, character) |
|
|||||
|
|
EntrySet (IMap, handle, character, character) |
/* Constructor
@param IMap The owning map
@param handle The underlying TT holding the data
@param character (optional) Query string
@param character The field holding the data in the TT */ |
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
HANDLE KeyField |
Inherited from OpenEdge.Core.Collections.MapBackedCollection |
|||||
|
|
HANDLE OwningBuffer |
Inherited from OpenEdge.Core.Collections.MapBackedCollection |
|||||
|
|
OpenEdge.Core.Collections.IMap OwningMap |
Inherited from OpenEdge.Core.Collections.MapBackedCollection |
|||||
|
|
CHARACTER QueryString |
Inherited from OpenEdge.Core.Collections.MapBackedCollection |
|||||
|
|
INTEGER Size |
Inherited from OpenEdge.Core.Collections.MapBackedCollection |
|
Top
PUBLIC LOGICAL Add (Object)
|
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL AddAll (ICollection)
|
||||||||||||||||||
PUBLIC LOGICAL AddArray (Object[])
|
||||||||||||||||||
PUBLIC Clear ()
|
||||||||||||||||||
PUBLIC LOGICAL Contains (Object)
|
||||||||||||||||||
PUBLIC LOGICAL ContainsAll (ICollection)
|
||||||||||||||||||
PUBLIC LOGICAL IsEmpty ()
|
||||||||||||||||||
PUBLIC OpenEdge.Core.Collections.IIterator Iterator ()
|
||||||||||||||||||
PUBLIC LOGICAL Remove (Object)
|
||||||||||||||||||
PUBLIC LOGICAL RemoveAll (ICollection)
|
||||||||||||||||||
PUBLIC LOGICAL RetainAll (ICollection)
|
||||||||||||||||||
PUBLIC Progress.Lang.Object ToArray ()
|
||||||||||||||||||
PUBLIC ToTable (table-handle)
|
||||||||||||||||||
PUBLIC EntrySet (IMap, handle, character)
|
||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC EntrySet (IMap, handle, character, character)
|
||||||||||||||||||||||||||||
PROTECTED HANDLE KeyField
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
PROTECTED HANDLE OwningBuffer
|
|||||||||
PROTECTED OpenEdge.Core.Collections.IMap OwningMap
|
|||||||||
PROTECTED CHARACTER QueryString
|
|||||||||
PUBLIC INTEGER Size
|
|||||||||
Progress® OpenEdge® Release 12.2.0