List of Recordset methods: Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (Automatically generated page update) |
||
Line 20: | Line 20: | ||
<tr><td valign="top">[[IsEmpty (Recordset function)|IsEmpty]]</td><td valign="top">Is Recordset empty?</td></tr> | <tr><td valign="top">[[IsEmpty (Recordset function)|IsEmpty]]</td><td valign="top">Is Recordset empty?</td></tr> | ||
<tr><td valign="top">[[LockStrength (Recordset function)|LockStrength]]</td><td valign="top">Return lock strength of Recordset</td></tr> | <tr><td valign="top">[[LockStrength (Recordset function)|LockStrength]]</td><td valign="top">Return lock strength of Recordset</td></tr> | ||
<tr><td valign="top">[[LoopLockStrength (Recordset property)|LoopLockStrength]]</td><td valign="top">Set or return minimum lock strength for Recordset | <tr><td valign="top">[[LoopLockStrength (Recordset property)|LoopLockStrength]]</td><td valign="top">Set or return minimum lock strength for Recordset records that are in For loops</td></tr> | ||
<tr><td valign="top">[[New (Recordset constructor)|New]]</td><td valign="top">Create a new Recordset object</td></tr> | <tr><td valign="top">[[New (Recordset constructor)|New]]</td><td valign="top">Create a new Recordset object</td></tr> | ||
<tr><td valign="top">[[RemoveRecord (Recordset subroutine)|RemoveRecord]]</td><td valign="top">Remove Record object record from Recordset</td></tr> | <tr><td valign="top">[[RemoveRecord (Recordset subroutine)|RemoveRecord]]</td><td valign="top">Remove Record object record from Recordset</td></tr> | ||
<tr><td valign="top">[[RemoveRecordset (Recordset subroutine)|RemoveRecordset]]</td><td valign="top">Remove from a Recordset the records that are matched in input Recordset</td></tr> | <tr><td valign="top">[[RemoveRecordset (Recordset subroutine)|RemoveRecordset]]</td><td valign="top">Remove from a Recordset the records that are matched in input Recordset</td></tr> | ||
<tr><td valign="top">[[RemoveRecordsetNew (Recordset function)|RemoveRecordsetNew]]</td><td valign="top">Create Recordset from all records in one Recordset not in another</td></tr> | <tr><td valign="top">[[RemoveRecordsetNew (Recordset function)|RemoveRecordsetNew]]</td><td valign="top">Create Recordset from all records in one Recordset that are not in another</td></tr> | ||
<tr><td valign="top">[[ToString (Recordset function)|ToString]]</td><td valign="top">Information about Recordset</td></tr> | <tr><td valign="top">[[ToString (Recordset function)|ToString]]</td><td valign="top">Information about Recordset</td></tr> | ||
</table> | </table> |
Revision as of 18:07, 5 April 2011
The following are the available Recordset class methods.
Method | Description |
---|---|
AddRecord | Add Record object record to a Recordset |
AddRecordset | Add a Recordset's records to a Recordset |
AddRecordsetNew | Combine two RecordSets to produce a third |
AndRecordset | Merge two Recordsets to form their logical intersection |
AndRecordsetNew | Create new Recordset from intersection of two Recordsets |
Clear | Remove all records from Recordset |
Copy | Copy this Recordset object |
Count | Calculate number of records in Recordset |
Cursor | Create a RecordsetCursor object from a Recordset |
DeepCopy | Deep copy this Recordset object |
FastUnload | Unload Recordset using Fast/Unload User Language Interface |
FastUnloadTask | Initiate asynch Recordset unload using Fast/Unload User Language Interface |
IsEmpty | Is Recordset empty? |
LockStrength | Return lock strength of Recordset |
LoopLockStrength | Set or return minimum lock strength for Recordset records that are in For loops |
New | Create a new Recordset object |
RemoveRecord | Remove Record object record from Recordset |
RemoveRecordset | Remove from a Recordset the records that are matched in input Recordset |
RemoveRecordsetNew | Create Recordset from all records in one Recordset that are not in another |
ToString | Information about Recordset |