delete-item | |
---|
empty! | Removes all items from the container and returns nil. |
---|
insert-item | Adds item to the container |
---|
record-count-of | Returns the number of records in RESULT-SET. |
---|
records-of | Returns records of RESULT-SET as a sequence from START index (inclusive, default is 0) to END in... |
---|
search-for-item | Hunt for the item in the container. Key and Test are as in member. |
---|
size | Returns the number of items currently in the container. |
---|
to-list | Converts the result to a list. If FLATP is true then the rows are flattened (useful when they con... |
---|
to-scroll | Converts the result set to a scroll. |
---|