TSV Class |
Namespace: XSharp.RDD
The TSV type exposes the following members.
Name | Description | |
---|---|---|
Alias | Retrieve the alias name. (Inherited from Workarea.) | |
Area | Retrieve the Workarea number. (Inherited from Workarea.) | |
BoF | Is the table at the logical beginning-of-file. (Inherited from Workarea.) | |
Bottom | Is at bottom ? (Inherited from Workarea.) | |
Closed | (Inherited from Workarea.) | |
Deleted | Is the current row deleted? (Inherited from TEXTRDD.) | |
Driver | Driver (RDD) name of the object. (Overrides Driver.) | |
EoF | Is the table at the logical end-of-file. (Inherited from Workarea.) | |
Exclusive | Is the Workarea opened Exclusively (Inherited from Workarea.) | |
FieldCount | The # of fields in the current Workarea. (Inherited from Workarea.) | |
FileName | File name of the main file (Inherited from Workarea.) | |
FilterInfo | Current Filter (Inherited from Workarea.) | |
FilterText | The filter condition as a string. (Inherited from Workarea.) | |
Found | The outcome of the last search operation. (Inherited from Workarea.) | |
HasProperties | (Inherited from Workarea.) | |
HasRelations | (Inherited from Workarea.) | |
Memo | Current memo implementation. (Inherited from Workarea.) | |
OrderCondInfo | Current Order condition (Inherited from Workarea.) | |
Properties | (Inherited from Workarea.) | |
ReadOnly | Is the file opened ReadOnly ? (Inherited from Workarea.) | |
RecCount | The number of rows. (Inherited from TEXTRDD.) | |
RecId | The row identifier at the current cursor position. (Inherited from TEXTRDD.) | |
RecNo | The physical row identifier at the current cursor position. (Inherited from TEXTRDD.) | |
RecordBuffer | Current Record (Inherited from Workarea.) | |
Shared | Is the current Workarea opened Shared? (Inherited from Workarea.) | |
Top | Is at top? (Inherited from Workarea.) |
Name | Description | |
---|---|---|
_getMemoBlockNumber | (Inherited from Workarea.) | |
AddField | Add a column. (Inherited from Workarea.) | |
Append | Append a blank row and position the cursor to the new row. (Inherited from TEXTRDD.) | |
AppendLock | Add a newly appended row to the list of locked rows. (Inherited from Workarea.) | |
BlobInfo | Retrieve information about a memo column. (Inherited from Workarea.) | |
ChildEnd | Report the initialization of a relation. (Inherited from Workarea.) | |
ChildStart | Report the initialization of a relation. (Inherited from Workarea.) | |
ChildSync | Post a pending relational movement, indicating that the specified child work area has been affected by a parental movement. (Inherited from Workarea.) | |
ClearFilter | Clear the active filter condition. (Inherited from Workarea.) | |
ClearRel | Clear relations. (Inherited from Workarea.) | |
ClearScope | Clear the active locate condition. (Inherited from Workarea.) | |
Close | (Inherited from TEXTRDD.) | |
CloseMemFile | Close the memo file (Inherited from Workarea.) | |
Compile | Compile an expression. (Inherited from Workarea.) | |
Continue | Goto the next record based on the corrent locate condition. (Inherited from Workarea.) | |
Create | Create a table. (Inherited from DELIM.) | |
CreateFields | Add columns defined in an array. (Inherited from Workarea.) | |
CreateMemFile | Create the memo file (Inherited from Workarea.) | |
DbEval | Evaluate a code block for each row. (Inherited from Workarea.) | |
Delete | Mark the row at the current cursor position for deletion. (Inherited from Workarea.) | |
Dispose | (Inherited from Workarea.) | |
Dispose(Logic) | (Inherited from Workarea.) | |
EvalBlock | Evaluate a code block. (Inherited from Workarea.) | |
EvalFilter | (Inherited from Workarea.) | |
FieldIndex | Return the ONE based field index for a field name. (Inherited from Workarea.) | |
FieldInfo | Retrieve and optionally change information about a column. (Inherited from Workarea.) | |
FieldName | Retrieve a column name based on its ONE based column number. (Inherited from Workarea.) | |
Flush | Flush the changes to the table, its indexes and memo file. (Inherited from TEXTRDD.) | |
ForceRel | Force all pending relational seeks to be performed. (Inherited from Workarea.) | |
GetField | (Inherited from Workarea.) | |
GetRec | Retrieve the RDD's record buffer as array of bytes. (Inherited from Workarea.) | |
GetScope | Retrieve the active locate condition. (Inherited from Workarea.) | |
GetValue | Get a value for the specified column. (Inherited from TEXTRDD.) | |
GetValueFile | Get the value for a column and write (export) it to an external file. (Inherited from Workarea.) | |
GetValueLength | Get the length of the for the specified column. (Inherited from Workarea.) | |
GoBottom | Position the cursor to the last logical row. (Inherited from TEXTRDD.) | |
GoCold | Write the contents of a work area's memory to the data store (usually a disk). (Inherited from TEXTRDD.) | |
GoHot | Mark a data buffer as hot, indicating that it needs to be written to the data store. (Inherited from Workarea.) | |
GoTo | Position the cursor to a specific, physical row. (Inherited from Workarea.) | |
GoToId | Position the cursor to a specific, physical identity. (Inherited from Workarea.) | |
GoTop | Position the cursor to the first logical row. (Inherited from DELIM.) | |
HeaderLock | Lock or unlock the header of a database file. (Inherited from Workarea.) | |
Info | Retrieve and optionally change information about a work area. (Inherited from TEXTRDD.) | |
Lock | Perform a lock. (Inherited from Workarea.) | |
Open | Open a table. (Inherited from TEXTRDD.) | |
OpenMemFile | Open the memo file (Inherited from Workarea.) | |
OrderCondition | Set the condition for the next Index Creation (Inherited from Workarea.) | |
OrderCreate | Create a new index or tag. (Inherited from Workarea.) | |
OrderDestroy | Delete an index or tag. (Inherited from Workarea.) | |
OrderInfo | Retrieve information about an index. (Inherited from Workarea.) | |
OrderListAdd | Open an index file and add to the list of open indexes for the current Workarea. (Inherited from Workarea.) | |
OrderListDelete | Close an index file and remove it from the list of open indexes for the current Workarea. (Inherited from Workarea.) | |
OrderListFocus | Set focus to another index in the list open indexes for the current Workarea. (Inherited from Workarea.) | |
OrderListRebuild | Rebuild all indexes for the current Workarea. (Inherited from Workarea.) | |
Pack | Physically remove rows marked for deletion. (Inherited from Workarea.) | |
PutRec | Replace the row at the current cursor position with the contents of a byte array. (Inherited from Workarea.) | |
PutValue | Write a value for a specified column (Inherited from TEXTRDD.) | |
PutValueFile | Read (Import) a value from an external file and write it to the specified column. (Inherited from Workarea.) | |
Recall | Remove the deletion marker from the row at the current cursor position. (Inherited from Workarea.) | |
RecInfo | Retrieve and optionally change information about a row. (Inherited from Workarea.) | |
Refresh | 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. (Inherited from Workarea.) | |
RelArea | Retrieve the logical number of a related work area. (Inherited from Workarea.) | |
RelEval | Evaluate a code block against the relation in a work area. (Inherited from Workarea.) | |
RelText | Retrieve the key expression of a relation. (Inherited from Workarea.) | |
Seek | Perform a seek operation on the current selected index for the current Workarea. (Inherited from Workarea.) | |
SetFieldExtent | Set the Number of Fields the AddField Method will add. (Inherited from Workarea.) | |
SetFilter | Set the filter condition. (Inherited from Workarea.) | |
SetRel | Set a relation. (Inherited from Workarea.) | |
SetScope | Set the locate condition. (Inherited from Workarea.) | |
Skip | Position the cursor relative to its current position. (Inherited from TEXTRDD.) | |
SkipFilter | Position the cursor, respecting scope and filter conditions. (Inherited from Workarea.) | |
SkipRaw | Position the cursor regardless of scope and filter conditions. (Inherited from Workarea.) | |
SkipScope | Position the cursor relative to its current position within the current scope. (Inherited from Workarea.) | |
Sort | Physically reorder a table. (Inherited from Workarea.) | |
SyncChildren | Force relational movement in child work areas to synchronize them with the parent work area. (Inherited from Workarea.) | |
Trans | Copy one or more rows from one work area to another. (Inherited from Workarea.) | |
TransRec | Copy a single row from one work area to another. (Inherited from Workarea.) | |
UnLock | Release locks. (Inherited from Workarea.) | |
Zap | Physically remove all rows from a table. (Inherited from Workarea.) |