Site Menu
- Home
- Products
- NexusDB
- Nexus Quality Suite
- NexusDB Drivers & Connectors
- Nexus Remoting
- Nexus Memory Manager
- Some of our Customers
- Testimonials and use(r)s
- Downloads
- Documentation
- Support
- Pricing & Orders
- About
- Community
- My Nexus
- Recently Updated ...
- Search...
- Site Login
Search
TnxAbstractDatabase.CursorOpen


Declaration
function CursorOpen(out aCursor: TnxAbstractCursor; const aTableName: string; aOpenMode: TnxOpenMode; aShareMode: TnxShareMode; aTimeout: TnxWord32; aDictionary: TnxDataDictionary): TnxResult; virtual; abstract;
Description
This function opens a new cursor for a table and returns an instance of a descendent of TnxAbstractCursor. Each table can have as many Cursors as wanted active at the same time
Parameters
out aCursor: TnxAbstractCursor
the returned instance
const aTableName: string
the name of the table the cursor should be created for
aOpenMode: TnxOpenMode
the mode you want to open the cursor for
aShareMode: TnxShareMode
defines how the Cursor should handle sharing
aTimeout: TnxWord32
the timeout for the cursor in msec
aDictionary: TnxDataDictionary
the dictionary of the table the cursor is created for
Questions? Problems?
- Interested to buy but something put you off?
- Can't find what you're looking for?
- Have a suggestion?
Let us know. If you're having trouble contacting us, please check here.
Site Updates
- May 27 2025 - 2:55pm
- May 14 2025 - 12:32pm
- Mar 19 2025 - 9:52pm
- Mar 14 2025 - 11:23am
- Mar 13 2025 - 11:42pm