This class provides low-level data manipulation to a Pick file.
|
Clears the Pick file opened by the connDatabase.open method. | |
|
Closes the table on the server and releases all resources. | |
|
Returns a new connItem. | |
|
Deletes the last item read or the item specified by the Id. | |
|
Cleans up the Table. | |
|
For internal use only. | |
|
For internal use only. | |
|
Gets an item from the table. | |
|
For internal use only. | |
|
For internal use only. | |
|
Retrieves the Pick Record or Item most recently read into the table by a ReadNext, Read, or ReadU method. A connDynamicArray can be created from this record, thus allowing data manipulation. | |
|
Gets the name of the current table. | |
|
For internal use only. | |
|
For internal use only. | |
|
Returns True if the table is closed. | |
|
Returns True if the item being read is locked. | |
|
Returns True if the current item is new. | |
|
Returns a copy of the current instance. | |
|
Opens a table. | |
|
Reads a document from the table using the specified ItemId. | |
|
Reads the next Record from the table whose ID is stored in the list created by a connDatabase.CreateSelectList call. | |
|
Reads and sets a pessimistic lock on a document from the table with the specified ItemId. | |
|
Releases the current locked record. | |
|
Releases all locked records from the active table. | |
|
Writes the item to a file. | |
|
Sets the indicated ItemId as the active record. | |
|
Sets the active table name. | |
|
Returns a string that represents the current instance. | |
|
Writes the specific document to the table using the specified ItemId. | |
|
Writes the specific document to the table using the specified ItemId. Sets a pessimistic lock on the document. |