Click or drag to resize

ADSRDD Methods

X#

The ADSRDD type exposes the following members.

Functions
  NameDescription
Public method_getMemoBlockNumber (Inherited from Workarea.)
Public methodAddField (Overrides AddField(RddFieldInfo).)
Public methodAppend
Append a blank row and position the cursor to the new row.
(Overrides Append(Logic).)
Public methodAppendLock
This method is not supported by the AdsRDD class
(Overrides AppendLock(DbLockMode).)
Public methodBlobInfo
This method is not supported by the AdsRDD class
(Overrides BlobInfo(DWord, DWord).)
Public methodChildEnd
Report the initialization of a relation.
(Inherited from Workarea.)
Public methodChildStart
Report the initialization of a relation.
(Inherited from Workarea.)
Public methodChildSync
Post a pending relational movement, indicating that the specified child work area has been affected by a parental movement.
(Inherited from Workarea.)
Public methodClearFilter
Clear the active filter condition.
(Overrides ClearFilter.)
Public methodClearRel
Clear relations.
(Overrides ClearRel.)
Public methodClearScope
Clear the active locate condition.
(Inherited from Workarea.)
Public methodClose
Close a table.
(Overrides Close.)
Public methodCloseMemFile
Close the memo file
(Inherited from Workarea.)
Public methodCompile
Compile an expression.
(Inherited from Workarea.)
Public methodContinue
Goto the next record based on the corrent locate condition.
(Inherited from Workarea.)
Public methodCreate
Create a table.
(Overrides Create(DbOpenInfo).)
Public methodCreateFields
Add columns defined in an array.
(Inherited from Workarea.)
Public methodCreateMemFile
Create the memo file
(Inherited from Workarea.)
Public methodDbEval
Evaluate a code block for each row.
(Inherited from Workarea.)
Public methodDelete (Overrides Delete.)
Public methodDispose (Inherited from Workarea.)
Public methodDispose(Logic) (Inherited from Workarea.)
Public methodEvalBlock
Evaluate a code block.
(Inherited from Workarea.)
Public methodEvalFilter (Inherited from Workarea.)
Public methodFieldIndex
Return the ONE based field index for a field name.
(Inherited from Workarea.)
Public methodFieldInfo
Retrieve and optionally change information about a column.
(Overrides FieldInfo(Long, Long, Object).)
Public methodFieldName
Retrieve a column name based on its ONE based column number.
(Inherited from Workarea.)
Public methodFlush
Flush the changes to the table, its indexes and memo file.
(Overrides Flush.)
Public methodForceRel
This method is not supported by the AdsRDD class
(Overrides ForceRel.)
Public methodGetField (Inherited from Workarea.)
Public methodGetRec
This method is not supported by the AdsRDD class
(Overrides GetRec.)
Public methodGetScope
Retrieve the active locate condition.
(Inherited from Workarea.)
Public methodGetValue (Overrides GetValue(Long).)
Public methodGetValueFile
This method is not supported by the AdsRDD class
(Overrides GetValueFile(Long, String).)
Public methodGetValueLength
Get the length of the for the specified column.
(Inherited from Workarea.)
Public methodGoBottom
Position the cursor to the last logical row.
(Overrides GoBottom.)
Public methodGoCold
Write the contents of a work area's memory to the data store (usually a disk).
(Overrides GoCold.)
Public methodGoHot
Mark a data buffer as hot, indicating that it needs to be written to the data store.
(Overrides GoHot.)
Public methodGoTo
Position the cursor to a specific, physical row.
(Overrides GoTo(Long).)
Public methodGoToId
Position the cursor to a specific, physical identity.
(Overrides GoToId(Object).)
Public methodGoTop
Position the cursor to the first logical row.
(Overrides GoTop.)
Public methodHeaderLock
This method is not supported by the AdsRDD class
(Overrides HeaderLock(DbLockMode).)
Public methodInfo
Retrieve and optionally change information about a work area.
(Overrides Info(Long, Object).)
Public methodLock
Perform a lock.
(Overrides Lock(DbLockInfo).)
Public methodOpen
Open a table.
(Overrides Open(DbOpenInfo).)
Public methodOpenMemFile
Open the memo file
(Inherited from Workarea.)
Public methodOrderCondition
Set the condition for the next Index Creation
(Inherited from Workarea.)
Public methodOrderCreate
Create a new index or tag.
(Inherited from Workarea.)
Public methodOrderDestroy
Delete an index or tag.
(Inherited from Workarea.)
Public methodOrderInfo
Retrieve information about an index.
(Inherited from Workarea.)
Public methodOrderListAdd
Open an index file and add to the list of open indexes for the current Workarea.
(Inherited from Workarea.)
Public methodOrderListDelete
Close an index file and remove it from the list of open indexes for the current Workarea.
(Inherited from Workarea.)
Public methodOrderListFocus
Set focus to another index in the list open indexes for the current Workarea.
(Inherited from Workarea.)
Public methodOrderListRebuild
Rebuild all indexes for the current Workarea.
(Inherited from Workarea.)
Public methodPack (Overrides Pack.)
Public methodPutRec
This method is not supported by the AdsRDD class
(Overrides PutRec(Byte).)
Public methodPutValue (Overrides PutValue(Long, Object).)
Public methodPutValueFile
This method is not supported by the AdsRDD class
(Overrides PutValueFile(Long, String).)
Public methodRecall (Overrides Recall.)
Public methodRecInfo (Overrides RecInfo(Long, Object, Object).)
Public methodRecordMovement
Public methodRefresh
Discard all changes to the current record and reread the buffer from disk. When the current buffer is in Append mode then the server will move to the bottom of the file.
(Overrides Refresh.)
Public methodRelArea
Retrieve the logical number of a related work area.
(Inherited from Workarea.)
Public methodRelEval
Evaluate a code block against the relation in a work area.
(Inherited from Workarea.)
Public methodRelText
Retrieve the key expression of a relation.
(Inherited from Workarea.)
Public methodSeek
Perform a seek operation on the current selected index for the current Workarea.
(Inherited from Workarea.)
Public methodSetFieldExtent (Overrides SetFieldExtent(Long).)
Public methodSetFilter
Set the filter condition.
(Overrides SetFilter(DbFilterInfo).)
Public methodSetRel
Set a relation.
(Overrides SetRel(DbRelInfo).)
Public methodSetScope
Set the locate condition.
(Inherited from Workarea.)
Public methodSkip
Position the cursor relative to its current position.
(Overrides Skip(Long).)
Public methodSkipFilter
Position the cursor, respecting scope and filter conditions.
(Overrides SkipFilter(Long).)
Public methodSkipRaw
Position the cursor regardless of scope and filter conditions.
(Overrides SkipRaw(Long).)
Public methodSkipScope
Position the cursor relative to its current position within the current scope.
(Inherited from Workarea.)
Public methodSort
This method is not supported by the AdsRDD class
(Overrides Sort(DbSortInfo).)
Public methodSyncChildren
Force relational movement in child work areas to synchronize them with the parent work area.
(Inherited from Workarea.)
Public methodTrans
Copy one or more rows from one work area to another.
(Overrides Trans(DbTransInfo).)
Public methodTransRec
Copy a single row from one work area to another.
(Overrides TransRec(DbTransInfo).)
Public methodUnLock
Release locks.
(Overrides UnLock(Object).)
Public methodZap
Physically remove all rows from a table.
(Overrides Zap.)
Top
See Also