|
|
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
LOGICAL Add (Object) |
|
|||||
|
|
LOGICAL AddAll (ICollection) |
|
|||||
|
|
LOGICAL AddArray (Object[]) |
|
|||||
|
|
Clear () |
|
|||||
|
|
LOGICAL Contains (Object) |
/* abstract because this could be a key or value */ |
|||||
|
|
LOGICAL ContainsAll (ICollection) |
/* abstract because this could be a collection of keys or values */ |
|||||
|
|
LOGICAL IsEmpty () |
|
|||||
|
|
OpenEdge.Core.Collections.IIterator Iterator () |
/* Returns a new IIterator over the collection. */ |
|||||
|
|
LOGICAL Remove (Object) |
/* abstract because this could be a collection of keys or values */ |
|||||
|
|
LOGICAL RemoveAll (ICollection) |
/* abstract because this could be a collection of keys or values */ |
|||||
|
|
LOGICAL RetainAll (ICollection) |
/* abstract because this could be a collection of keys or values */ |
|||||
|
|
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) */ |
|||||
|
|
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. */ |
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
MapBackedCollection (IMap, handle, character) |
|
|||||
|
|
MapBackedCollection (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 |
|
|||||
|
|
HANDLE OwningBuffer |
|
|||||
|
|
OpenEdge.Core.Collections.IMap OwningMap |
|
|||||
|
|
CHARACTER QueryString |
|
|||||
|
|
INTEGER Size |
|
|
Top
LOGICAL Add (Object)
|
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL AddAll (ICollection)
|
||||||||||||||||||
LOGICAL AddArray (Object[])
|
||||||||||||||||||
Clear ()
|
||||||||||||||||||
LOGICAL Contains (Object)
|
||||||||||||||||||
LOGICAL ContainsAll (ICollection)
|
||||||||||||||||||
LOGICAL IsEmpty ()
|
||||||||||||||||||
OpenEdge.Core.Collections.IIterator Iterator ()
|
||||||||||||||||||
LOGICAL Remove (Object)
|
||||||||||||||||||
LOGICAL RemoveAll (ICollection)
|
||||||||||||||||||
LOGICAL RetainAll (ICollection)
|
||||||||||||||||||
Progress.Lang.Object ToArray ()
|
||||||||||||||||||
ToTable (table-handle)
|
||||||||||||||||||
MapBackedCollection (IMap, handle, character)
|
||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
MapBackedCollection (IMap, handle, character, character)
|
||||||||||||||||||||||||||||
HANDLE KeyField
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
HANDLE OwningBuffer
|
|||||||||
OpenEdge.Core.Collections.IMap OwningMap
|
|||||||||
CHARACTER QueryString
|
|||||||||
INTEGER Size
|
|||||||||
Progress® OpenEdge® Release 12.5.0